Music free main menu and menu description?

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Wed Oct 31, 2012 8:51 pm
Where can I edit the colour from grey to black in the main menu text and where to edit the description text for main menu text from grey to white.

Thank you.
User avatar
Expert Boarder

GK User
Thu Nov 01, 2012 1:15 pm
Single menu item text color :

Code: Select all
.gkMenu > ul > li > a {
 color: #ff
}


and the top bar color :

#gkPageTop {
background: #000;
}

Of course code should be added to override.css file and then option 'Use override CSS' need to be enabled in template advanced settings.
User avatar
Platinum Boarder


cron