Solved

light white background behind logo

HarshLohana
Tourist
8 0 2

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

 

Accepted Solution (1)
dmwwebartisan
Shopify Partner
12280 2546 3694

This is an accepted solution.

@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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 8 (8)

Hardik29418
Shopify Partner
2859 407 1073

Please place this code at the end of theme.scss

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

 

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email

dmwwebartisan
Shopify Partner
12280 2546 3694

@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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
HarshLohana
Tourist
8 0 2

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

dmwwebartisan
Shopify Partner
12280 2546 3694

can you share a screenshot!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
HarshLohana
Tourist
8 0 2

ss.png

dmwwebartisan
Shopify Partner
12280 2546 3694

This is an accepted solution.

@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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
HarshLohana
Tourist
8 0 2

Thankyouu , it worked !

dmwwebartisan
Shopify Partner
12280 2546 3694

If helpful then please Like Solution.

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app