Hi there !
I would like to know how to change the color of the header background without changing the one of the content ? For an example, header background should be white and content background should be sand color.
Thanks a lot !
You can change the header background color in you custom styles like this:
#header {
background: #000;
}
Replace #000
with the desired color code.
The page content background color can be changed from Appearance > Theme Options > Design.