@vmckellar - add this css too
@media screen and (min-width: 990px){
.header {padding: 0 !important;}
}
Goal: Change the navigation bar’s background to #FF79A4 and menu text to white in the Shopify Colorblock theme, while keeping the rest of the header white.
Layout constraint: The header uses a grid, so the menu wasn’t full-width initially. CSS adjustments were required to create a full-width horizontal strip.
Key CSS changes (added to base.css):
Text and icon color updates:
Outcome: Full-width pink nav strip achieved; main menu text white; dropdowns readable with black text and carets. Screenshots were used to verify alignment and visibility. Status: Resolved.
@vmckellar - add this css too
@media screen and (min-width: 990px){
.header {padding: 0 !important;}
}