Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello, everyone
I doesn't know when and how I modified the background color of "add to cart" popup page to blue, now I wanna to modify it to white, does anyone can tell how to do so ? thanks in advance!
Solved! Go to the solution
This is an accepted solution.
Hi @Songxitong,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
div#cart-notification {
background-color: white !important;
}
This is an accepted solution.
Hi @Songxitong,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
div#cart-notification {
background-color: white !important;
}
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025