There will be an answer in the forum, i'm sure, but i tried to find it out and it did not work...
First, i'm working on local, so no back end password.
I need to easily change the background of the menu and the bottom module colors from black to other-kind color, Is it a really fast way by override.css to do it?
I tried:
- Code: Select all
/*menu color*/
#gkMainMenu > div > ul > li:hover > a, #gkMainMenu > div > ul > li:active > a, #gkMainMenu > div > ul > li:focus > a {
color:#e73240;
}
#gkMainMenu > div > ul div.childcontent li.active > a, #gkMainMenu > div > ul div.childcontent li.active > span, #gkMainMenu > div > ul div.childcontent li:hover > a, #gkMainMenu > div > ul div.childcontent li:hover > span, #gkMainMenu > div > ul div.childcontent li > a:hover, #gkMainMenu > div > ul div.childcontent li > span:hover, #gkMainMenu > div > ul div.childcontent li.active > a > span, #gkMainMenu > div > ul div.childcontent li.active > span > span, #gkMainMenu > div > ul div.childcontent li:hover > a > span, #gkMainMenu > div > ul div.childcontent li:hover > span > span, #gkMainMenu > div > ul div.childcontent li > a:hover > span, #gkMainMenu > div > ul div.childcontent li > span:hover > span {
background:#e73240;
}
but it is not working...

Then... since "the one" I'm working for had this nice idea (please do not point at me, i'm just doing what the others want) of having 3 different color for the menu in 3 different pages, i'm wondering how i can do it.
Easy solution i have, since i do not need different styles in the template is to make a copy of style1.css and use it also as style2.css, style3.css just changing the menu color there (if the color is written or can be wrote there), assign different pages to the different styles and it's done.
The trick should work...
now the big question is where to change in order to achieve this result the menu and bottom module color?
