Best way to change Menu Color

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Tue Oct 23, 2012 7:46 am
I'm curious about changing the menu color.

I was able to change the inner color (purple in the attached) by finding a posting that showed to add the following to the override.css file:

div.gk-menu > ul.level0 > li.active > a, div#gkDropMain > ul > li.active > a, div.gk-menu > ul.level0 > li:hover > a, div#gkDropMain > ul > li:hover > a, div.gk-menu > ul.level0 > li.active:hover > a, div#gkDropMain > ul > li.active:hover > a {
background: none repeat scroll 0 0 /your color/;
}

But how do I change the grey in the attached menu picture?

Thanks
Rich
User avatar
Junior Boarder

Konrad M
Tue Oct 23, 2012 3:59 pm
Hi,
please try this code
Code: Select all
#gkMenu {
background-color: #6C6459;
}

and set your own color value.
User avatar

GK User
Wed Oct 24, 2012 7:06 am
That worked great.
One additional item is that I have a dropdown menu.
How can I make the 'Current Projects' and 'Completed Projects' the same color as the rest of the menu (lighter grey)?
- See attached.
Cheers
Rich
User avatar
Junior Boarder

Konrad M
Wed Oct 24, 2012 8:38 am
Please try add
Code: Select all
div.gk-menu > ul.level0 > li > a {
color: #ffffff !important;
}


and set your own color value.
User avatar

GK User
Thu Oct 25, 2012 6:07 am
Thanks for that!
Rich
User avatar
Junior Boarder


cron