A user is trying to change the background color of their shopping cart pop-up notification, which currently doesn’t match their website’s color scheme. Theme settings adjustments haven’t affected the pop-up’s appearance.
Solutions provided:
Three community members offered CSS-based solutions:
Custom CSS injection: Add styling code to theme.liquid file (before </body> or </head> tag) or directly to theme.css/base.css
Target element: Use CSS selector div#cart-notification.cart-notification with background property and !important flag
Example color: Solutions demonstrated using darkslategrey as the new background color
All solutions involve editing theme code files in the Shopify admin (Online Store → Theme → Edit code). Screenshots show successful color changes to the cart notification pop-up.
One developer also suggested using the EasyEdits app as a no-code alternative, which offers a visual editor for color changes and allows keeping edits after the free trial.
Status: Multiple working solutions provided; awaiting user confirmation of which approach they’ll implement.
Summarized with AI on November 2.
AI used: claude-sonnet-4-5-20250929.
I would like to apply some changes to it which do not effect the rest of the website.
The colour of the pop-up is not the same as the background of the website, very confusing.
Looks like you already have replies showing code you can add, so I won’t put more out there. I just wanted to give you the option of EasyEdits. You can just click and change the color with the editor. You can use it for free on the trial and keep the edits without paying. I am the dev behind it, do feel free to ask any questions. Best of luck, and let me know if I can help out at in any way!