Hi guys,
I want to change the background color of the cart notification on mobile to white, how do I do this? As you see in the picture it is currently transparent which looks weird. We already fixed it on desktop with this.
link to my page.
Thank you in advance and best regards,
Hi, @Heinrich123
Please share the password to your store url, because it’s password protected. Thanks!
Thanks for your reply. Please add this piece of code at the bottom of your css file. It should be something like this:
Edit code > base.css
.cart-notification.active {
background-color: white !important;
}
Change the background color according to your needs. You can use either hex color code or just text based color name.
Let me know if that works for you.
I added it to the base.css file, unfortunately it didn’t work. Is there a mistake I could’ve made?
You can try adding it to custom css section in the theme customization.