Hi, I’m trying to change the color of the header by adding additional CSS but its not working. I’ve been trying to change it through the .site-header section. Please help!
Hi @wmitzlaff
Please go to Appearance >> Customize >> Additional CSS and add following CSS to change header background to the orange color of your logo.
header#masthead {
background: #f4983f;
}
Thank you.
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Change header color’ is closed to new replies.