menu colour

GK User
Wed Mar 02, 2011 6:54 pm
Hi,

how can I change the colour from the menu ?
Image
User avatar
Fresh Boarder

GK User
Wed Mar 02, 2011 10:45 pm
In your .css files . . . probably style1.css . . . it's always worth using FireFox and FireBug to view your code as it will then tell you which files to look in to make the changes.

Chris
User avatar
Expert Boarder

GK User
Wed Mar 02, 2011 11:36 pm
Hi

First i recommend that you enable override.css file on template parameters.
Them add this lines on this file (this is one example, of course)

Code: Select all
#community-wrap ul#cToolbarNavList li {background: #550000!important}
#community-wrap ul#cToolbarNavList li.toolbar-active {background: #fff!important}
#community-wrap  #cToolbarNavList {border-color: #fff!important}


You might not need to add !important rule.

Cheers ;)
User avatar
Platinum Boarder


cron