Hello @kay_png
Add the below CSS in base.css file.
body .utility-bar__grid.utility-bar__grid--3-col {
background: #000;
}
OUTPUT:
Thanks
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:
base.css file.utility-bar__grid.utility-bar__grid--3-col with background: black !important and appropriate text color stylingOutcome:
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.
Hello @kay_png
Add the below CSS in base.css file.
body .utility-bar__grid.utility-bar__grid--3-col {
background: #000;
}
OUTPUT:
Thanks