menu changes

March 2014 WordPress Theme
GK User
Wed Sep 03, 2014 7:09 am
Hi,
I'm trying to change the background colour of the menu and I'm also moving out the highlighter and social section to make way for a new menu. Can you please assist with how to change the menu background. I've done ervything that normally works and seem to be missing a step
thanks
User avatar
Senior Boarder

GK User
Wed Sep 03, 2014 7:13 am
Also how do I make size of menu changes, thanks
User avatar
Senior Boarder

GK User
Wed Sep 03, 2014 9:34 am
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Thu Sep 04, 2014 8:29 am
Please add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend) to change menu background:

Code: Select all
#main-menu > li {
   background: #aaa;
}


You want to change the size of the menu - do you mean font size, margin/paddings, what exactly?

Reagrding your new menu, just add the code for the new menu, (after main menu for example), assing some menu items and then I'll try to help you with the spaces/styles.
User avatar
Moderator


cron