Re: Sense Theme Change Transparent cart notification

Solved

Sense Theme Change Transparent cart notification

MMSolutions
Visitor
2 0 0

MMSolutions_0-1673012773498.png

 

Hi guys,

I want to change the background color of the cart notification to white, how do I do this? As you see in the picture it is currently transparent which looks weird.

link to my page.

Thank you in advance and best regards,

 

MM Solutions

Accepted Solution (1)

DavidEKim
Shopify Partner
393 131 195

This is an accepted solution.

@MMSolutions 

Hi,

Please go to Edit code > Assets > component-cart-notification.css file.

Add the code below to the bottom of component-cart-notification.css file.

div.cart-notification {
    z-index: 999;
    background: #fff;
}

 

Hope it helps.

Thanks.

If helpful, please Like and Accept Solution.
Want to customize your store, please feel free to contact me.
PeopleVillage - Shopify Partner

View solution in original post

Replies 3 (3)

DavidEKim
Shopify Partner
393 131 195

This is an accepted solution.

@MMSolutions 

Hi,

Please go to Edit code > Assets > component-cart-notification.css file.

Add the code below to the bottom of component-cart-notification.css file.

div.cart-notification {
    z-index: 999;
    background: #fff;
}

 

Hope it helps.

Thanks.

If helpful, please Like and Accept Solution.
Want to customize your store, please feel free to contact me.
PeopleVillage - Shopify Partner
MMSolutions
Visitor
2 0 0

Thank you 🙂

Irina_Surfing
Tourist
4 0 1

Hi!
I have the same issue but adding your code to compontent-cart-notification.css file did not work. 
Do you know why and how to fix it?
Many thanks!!!
Best Irina