Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #51665
    level7tech
    Member

    IS it Possible to change the background color of the header to black? or stretch the picture across the entire site? the white space on either side of the image seems out of place http://www.whatiwant.xyz/

    Thanks

    #51673
    Sakin
    Keymaster

    @level7tech: To change the header color you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #branding {
        background-color: #000;
        color: #ddd;
    }
    #site-title a {
        color: #ddd;
    }

    But if you wan your header image to stretch 100% then you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #header-image img { 
        width: 100%; 
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘header’ is closed to new replies.