Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #52986
    akuster
    Member

    http://kinderhavensandpoint.com/WordPress/

    Hello,

    I’ve reduced the padding above the logo and would like to reduce the padding below the logo in the header.

    Also, I would like to change the gray color from the menu bar. I’ve tried using this code #header-menu ul.menu a { color: #0088cc; } I found in this forum but it didn’t make a change.

    Thanks

    #52993
    Sakin
    Keymaster

    @akuster: You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove the padding below the logo
    #hgroup-wrap { padding-bottom: 0; }

    Fore detail color option, you can upgrade to Catch Everest Pro version. You will get lot of additional features which is listed in theme instructions page at http://catchthemes.com/theme-instructions/catch-everest-pro/

    To change the grey background color to blue that you want, you can add the following css in “Appearance => Theme Options => Custom CSS” box
    #header-menu { background-color: #0088cc; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Padding below logo/menu color issues’ is closed to new replies.