hermes theme header background color

  • Unknown's avatar

    Does anyone have the code for changing it? Actually is there a way to see the css for these elements so i can figure it out myself in the future?

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

  • Unknown's avatar

    Hi empzkn,
    To change the background color you will need to go to the following section under My Sites > Customise > CSS

    #masthead, #masthead .main-navigation {
        background-color: #F9E7D0;
    }

    You can use the “inspect element” property of the browser and hover the area & click and you see the HTML code & CSS details in the inspect result bar

  • The topic ‘hermes theme header background color’ is closed to new replies.