Hi, I want to change the background colour of the Header which holds my menu at the top.
I am using Damn theme and currently whenever I shroll my page, the header will stay on top with a transparent background. I tried selecting the Background colour to Background 1 and Background 2 but in vain. Pls help
1 Like
@JudithAY From over here you can change the header background colour
customize->header->color scheme
or you can use css to change the background color
sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom {
background-color: antiquewhite; //you can change the color according to your desire
}
Hi @JudithAY ,
I understand that you want to change the background color of your header.
You can try this code.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “theme.css, styles.css or base.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
- And Save.
eader.header.header--top-center.page-width.header--has-menu {
background-color: red;
}
I did that but it doesn’t work, the header background which I sticked to remain at the top becomes transparent
I tried putting your code in the custom css but it said cannot be saved
Is there a way the area with the logo can be excluded? Meaning, the part with the menus only has the color red strip, then the text is white?
1 Like
Do you have sample for the design? Thanks!