when i add logo , there is light whitish background behind my logo .
it remains always whatever the image may be.

store url : https://timbresonic.myshopify.com/
pass : timbresonic
when i add logo , there is light whitish background behind my logo .
it remains always whatever the image may be.

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;
}
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!
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 !
If helpful then please Like Solution.