Main Menu Background and color

Responsive WordPress theme suitable for Schools, Colleges or educational websites.
GK User
Tue May 19, 2015 10:53 pm
Hi Guys

I have 2 questions about the main menu:

1. I want to know how I can change the color of the TEXT?
Because I want to add a main menu - background color. So the color it would be White, so I need other color for my text in the menu.


2. I want to know how to set the the width of the main menu's background image, turning it into he background of the logo too.


Thanks for your help
User avatar
Gold Boarder

GK User
Wed May 20, 2015 9:45 am
Hi,

Add the following custom css code to change the color of the menu text:

Code: Select all
#gk-main-menu .sub-menu a {
  color: #777;
}


Regarding your second question - please upload the background for your menu and provide your website URL, because now i'm not sure how exactly it should look.
User avatar
Moderator

GK User
Wed May 20, 2015 7:28 pm
Hi maybe I did not explain well

I need to change the text color of the main menu , not the submenus.


And the URL is controlymonitoreo.com/new_site to help me with the bottom of the main menu. What I need is to be wide and long enough for you to cover the bottom of the logo.

Thanks
User avatar
Gold Boarder

GK User
Thu May 21, 2015 8:32 am
Add this code to change the color of main menu links:
Code: Select all
#gk-main-menu #main-menu > li > a {
   color: #000;
}


but still don't understand the second question, could you provide more details or a screenshots?
User avatar
Moderator


cron