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!
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;
}