Here:
Topic summary
A user needed to change the Dawn theme’s utility/announcement bar to black with white text, as adjusting scheme colors wasn’t working.
Solutions Provided:
Two community members offered CSS code solutions:
- Navigate to Online Store → Theme → Edit code
- Locate the
base.cssfile - Add custom CSS targeting
.utility-bar__grid.utility-bar__grid--3-colwithbackground: black !importantand appropriate text color styling
Outcome:
The issue was resolved — the user confirmed the CSS solution worked successfully. The discussion included screenshots showing the before state and the custom CSS section being modified.