How to change the menu color

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Tue Feb 26, 2013 6:27 pm
Hey,
Sorry for stupid question but I cannot find in who .css file I can change the menu word's color?
In this site there is main menu with button: Home, Bulgarian tours and etc. and where I can change the color of this button text
http://orientplus.com/touch_new_worlds/
User avatar
Senior Boarder

GK User
Tue Feb 26, 2013 8:34 pm
You can use following css codes in templatefolder/css/override.css and make sure it is enabled in template settings.
Change #000 to your chosen colors.

Active Menu Color
Code: Select all
.gkMenu ul li .active {
    color: #000!important;
}

Hover Menu Color
Code: Select all
.gkMenu ul li a:hover {
    color: #000!important;
}

Normal Menu font color
Code: Select all
.gkMenu ul li a {
    color: #000!important;
}


See you around...
User avatar
Platinum Boarder

GK User
Tue Feb 26, 2013 9:44 pm
It doesn't work because now the white button is only the first where I am... I need only this main menu button to change it's color from dark to white... now when I select and drop down menu show there I cannot see the button because is white and my background is white...
User avatar
Senior Boarder

GK User
Sun Mar 03, 2013 6:23 am
Your website is in offline mode, can you please send an access information so we can check, thank you...
User avatar
Platinum Boarder


cron