Change backrground color of header

  • Unknown's avatar

    Hey guys,

    I would like to change the color of my scrollable header to a different color than the rest of the site. at the same time I’m guessing I also have to change the font color of said header so it reaims visible. What would the css be for that?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there!

    Something like this should do the trick:

    #masthead {
    	background-color: #2b5b92;
    }

    It looks like you are already changing the colours for the title and menu items in your Custom CSS so it would just be a matter of changing those if you wish.

    Hope that helps!
    Sage

  • The topic ‘Change backrground color of header’ is closed to new replies.