Sense Theme Change Transparent cart notification

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

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

1 Like

Thank you :slightly_smiling_face:

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