How to customize header background ?

Viewing 3 posts - 1 through 3 (of 3 total)
  • #16870
    fantaquila75
    Participant

    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 !

    #16894
    Daniel Tara
    Keymaster

    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.

    #16930
    fantaquila75
    Participant

    Thanks a lot!!!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.