Cart type, Popup notification, Dawn theme

Topic summary

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:

  • The button text color wasn’t matching the configured color scheme
  • Other elements were working correctly
  • User provided screenshots of both the frontend issue and theme settings

Solutions Provided:

Two community members offered CSS-based fixes:

  1. First solution: Add custom CSS to the base.css, style.css, or theme.css file in the Assets folder:
a#cart-notification-button {
  color: white !important;
}
  1. Second solution: Insert CSS code in the 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.

Summarized with AI on November 9. AI used: claude-sonnet-4-5-20250929.

https://ab0e63-a2.myshopify.com/

maufea