https://ab0e63-a2.myshopify.com/
maufea
A user encountered an issue with a cart notification button displaying orange text instead of white in their Dawn theme, despite the color scheme settings indicating it should be white.
Problem Details:
Solutions Provided:
Two community members offered CSS-based fixes:
base.css, style.css, or theme.css file in the Assets folder:a#cart-notification-button {
color: white !important;
}
theme.liquid file, above the </head> tag (similar styling approach)Resolution:
The issue was successfully resolved. The user confirmed the solutions worked and thanked the contributors.