Why does a light white background appear behind my logo?

when i add logo , there is light whitish background behind my logo .

it remains always whatever the image may be.

Annotation 2021-04-17 232746.png

store url : https://timbresonic.myshopify.com/

pass : timbresonic

Please place this code at the end of theme.scss

.site-header__logo img  {
background-color: #111011 !important;
}

@HarshLohana

Please add the following code at the bottom of your assets/theme.css file.

.site-header__logo img {
    background-color: #161516 !important;
}

Hope this works.

Thanks!

need to make it transparent , as its sticky please help with it

can you share a screenshot!

@HarshLohana

Please add the following code at the bottom of your assets/theme.css file.

[data-image-loading-animation] {
    background-color: unset !important;
    -moz-animation: unset !important;
    -o-animation: unset !important;
    -webkit-animation: unset !important;
    animation: unset !important;
}

Thanks!

Thankyouu , it worked !

1 Like

If helpful then please Like Solution.