Changing Header Background Color

HI I am trying to change the background color for my header in my Wordpress site. I dont see that option in my customize panel.

if you have experience with code:
right click on the header, click “inspect element” look for the header class name. When you find it
go back to wordpress customizer and click on “Additional CSS”

apply this code:

.header-class-name {
background-color: red;
}

just an opinion and recommendation, use Flatsome Theme. its 100% customisable in any part of the website. and it has its own page builder called UX builder. check it out.

1 Like

Weird why would the theme I have right now not have header background color change in the customize panel but it has footer background color change?

Cool, but I need a more article/blog theme for my website. but thanks

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.