Home Forums Jorvik Change header background color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5777
    ssorrell
    Participant

    Thanks for resolving my other issue about the menu and search…only one remaining issue for me…

    How can I change the background color of the header to white?  It’s a light grey, but our logo has a white background.  I’ve searched through the style sheet and can’t find the correct code…

    #5780
    Yazmin
    Keymaster

    To change the background color of the header from the default grey (#e2e7eb) to white, use this Additional CSS:

    #masthead {
        background-color: #fff;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change header background color’ is closed to new replies.