Hello everyone,
I am using dawn theme.
I want the background of my menu or my header where my menu sits to be this color : f6cbc6
How would I do this?
Thanks!
Goal: Change the Dawn theme’s header/menu background to color #f6cbc6.
Suggested approaches:
Latest development: A new user asks how to highlight only one specific menu item (e.g., “Xmas 2025”) rather than all menu items. No solution posted yet.
Status: Multiple viable methods shared; no confirmed resolution from the original poster. The single-menu-item highlight question remains unanswered. Images are central to the UI steps and expected visual outcome.
Hello everyone,
I am using dawn theme.
I want the background of my menu or my header where my menu sits to be this color : f6cbc6
How would I do this?
Thanks!
Add this css in your edit code > base.css file
sticky-header.header-wrapper {
background-color: #f6cbc6;
}
Go to the online store and click the customization button. There click on the header and change the color schema settings. You can also edit it using CSS in the code editor (three dots next to the customization button), then find the CSS file and your custom styles. If you share your url with me I can help you with custom modification.
Hi @Greggy55 ,
Let try insert below code at the end of file base.css
sticky-header {
background-color: #f6cbc6;
}
Hi
Kindly navigate to your theme editor > Header and scroll down to the color section:
You can select any scheme for your header and menu. The first changes the header background and the second one changes the menu background.
To change the schemes, you can navigate to your theme settings in the theme editor and go to ‘Colors’. Here you can choose colors for your schemes and then assign them to sections in your theme.
sticky-header {
background: #f6cbc6 !important;
}