How to change color of the master header?

Support Forums for LiveMesh Themes & Plugins Forums Peak Theme Support How to change color of the master header?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26634
    PlanetusNGO
    Member

    Hi guys,

    I just can’t seem to figure out how to change the standard dark grey color of the master header and footer for my peak theme.

    I’m referring to the header all the way on top which also holds my logo and the footer all the way below which says: Powered by WordPress

    Any help would be appreciated

    #26642
    Raghavendra
    Moderator

    Easiest way is to just input the following custom CSS into theme options –

    #header, #footer-bottom {
    background: #333;
    border-color: #444;
    }

    Pls change the colors as per your needs.

    #26863
    PlanetusNGO
    Member

    Hi Meteorite,

    Thanks for the help, it works!
    Just one question, what should I add to the CSS in order to change the color of footer widget area?
    Next I was also looking for a way to change the font color of the header area, footer area etc.

    See attached screenshot.

    Your help is appreciated!

    Cheers.

    #26866
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    #footer-top {
        background-color: #fff;
    }
    #primary-menu > ul.menu > li > a {
        color: #fff;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Peak Theme Support’ is closed to new topics and replies.