How can I change the background color of the Add to Cart pop up in Sense Theme?

When a customer clicks Add to Cart, the pop up that appears has a transparent background. How do I change it to to a white background?

1 Like

Hi @RPieterV ,

Please share your store URL and Store’s password to view your website.

So that I will check and let you know the exact solution here.

Best regards.

1 Like

Hi @RPieterV , please share your store URL and password protection of your store if it has so we can check and help you.

@RPieterV

Kindly share your Store URL,
SO that i can help you, and share the code.
thank you,

Hey @RPieterV !

With Custom CSS code you can change the background to white instead of transparent. Please share store URL so that we can help you with it.

I’m Richard Nguyen - CRO Expert at PageFly- Free Landing Page Builder.

You can add my code as follows: theme → Edit > Search “theme.liquid”. Then paste the code before the tag:

cart-notification,.cart-notification-wrapper, #cart-notification{ z-index:999999; } #MainContent{ z-index:0 !important }

If you find my comment useful, please let me know by giving it a Like. Thank you!

Richard - PageFly

2 Likes