- This topic has 1 reply, 2 voices, and was last updated 9 years, 8 months ago by Sakin.
-
AuthorPosts
-
March 10, 2015 at 12:47 am #52986akusterMember
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
March 10, 2015 at 1:25 am #52993SakinKeymaster@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; }
-
AuthorPosts
- The topic ‘Padding below logo/menu color issues’ is closed to new replies.