Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #11276
    jrreminick
    Member

    I’m using the free Catch Everest theme and I want my header logo to take up the entire header space. Unfortunately there is this pesky white border I can’t get rid of.

    Any suggestions?

    here is my site:
    http://jenniferreminick.com/

    #11312
    Sakin
    Keymaster

    @jrreminick: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box
    #hgroup-wrap, #site-logo { padding: 0; }

    #11320
    speedie
    Member

    Hi, I am using the free version of the catch everest theme and thanks to the post above have been able to change the header height to my log, but I would like to change the white background to yellow so that it will merge into one with my yellow logo.

    Does anybody know how to change the header from white to yellow?

    Thanks.

    #11367
    Sakin
    Keymaster

    @speedie: Post your site URL. So, that I can send you the code.

    #11377
    speedie
    Member

    Hi Sakin, I followed your post about reducing the header size and it worked great and resized to the new header size.

    The site is just a testing site for another live site and the header I want to be yellow and then the white space to be yellow as well so that it all blends into one.

    web address is: http://www.speediecars.co.uk

    #11378
    Sakin
    Keymaster

    @speedie: You can change the background color of the header by adding the following CSS in “Appearance => Theme Options => Custom CSS box.

    #hgroup-wrap {
        background-color: #fefb00;
    }
    #11380
    speedie
    Member

    Thanks very much Sakin that works great and solves the problem!

    One more question though, now the header is yellow the search box is faint in colour as it is a light grey, is there anyway to change it to black so that it stands out more?

    Thanks for the help

    #11390
    Sakin
    Keymaster

    @speedie: You can add the following css.

    #header-right #s {
        background-color: #3a3d41;
        color: #fff;
    }
    #11432
    speedie
    Member

    Thanks for your help Sakin!

    Everythings working great now!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Adjusting header border’ is closed to new replies.