How to change text on menu and add background

GK User
Fri Mar 18, 2011 7:09 pm
Hi
I need help on 1)how to change a text color on menu and submenu (same color)now is not readable too light
also 2)how to put a background color behind menu. thank you for your shortly respond

Template-Coffe
Joomla 1.6

site: http://gator1351.hostgator.com/~assur3/
User avatar
Fresh Boarder

Konrad M
Fri Mar 18, 2011 7:22 pm
Hi
For menu add this to override.css
Code: Select all
div.gk-menu ul > li a, div#gkDropMain ul > li a {
color:#000000; // set your value
}

For submenu add this to override.css
Code: Select all
#gkMenu ul.level0 > li > div.childcontent li a, #gkMenu ul.level0 > li > div.childcontent li span {
color:#000000;//set your value
}


and for background try
Code: Select all
#gkMenu {
//set your menu rules
}
User avatar

GK User
Fri Mar 18, 2011 7:26 pm
please dont click on this: gator1351.hostgator.com/~assur3/ it won't work just copy and paste to your URL this is just temporary link till is site done. Thanks
User avatar
Fresh Boarder

GK User
Sat Mar 19, 2011 12:39 am
I did add all this in override.css but is not working at all! Any idea why or some other solution. Thank you
User avatar
Fresh Boarder

GK User
Sat Mar 19, 2011 4:48 pm
Any explanations appreciative!!! Why is not working! thx
User avatar
Fresh Boarder

GK User
Sat Mar 19, 2011 7:10 pm
Did you turn on Override CSS option in your template settings ?
User avatar
Platinum Boarder

GK User
Mon Mar 21, 2011 1:47 am
Good point! now it works! thanks a lot!
User avatar
Fresh Boarder


cron