Best way to change menu colors and images

Premium, Furniture Joomla Design Shop Template with K2Store support
GK User
Sun Oct 14, 2012 7:11 pm
Where can I change colors and images of the menu?

thanks
User avatar
Fresh Boarder

Konrad M
Mon Oct 15, 2012 8:02 am
Hi,
to change colors please add to override.css
Code: Select all
#gkMenu .level0 > li > a {
color:#ffffff;
}

and set your own color value.
To change image please edit menu_bullet.png image from /images/style1/ or copy your own there and add to override.css
Code: Select all
#gkMainNav .level0 > li.haschild > a > span, #gkMainNav .level0 > li.haschild-over > a > span {
background: transparent url('../images/style1/your_image') no-repeat right center;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Sun Oct 21, 2012 11:46 pm
Thanks, we will try

regards
User avatar
Fresh Boarder

GK User
Mon Oct 22, 2012 12:05 am
Hello,

I could you please explain where overrige active, why not find

With screenshot

thanks
User avatar
Fresh Boarder

Konrad M
Mon Oct 22, 2012 7:25 am
Please go to template settings and here find 'Advanced Settings' section in right column. Here you will find override option.
User avatar

GK User
Wed Jan 16, 2013 6:54 pm
Hi Konrad,

I tried this solution with no result.
Added this code to override.css

Code: Select all
#gkMenu .level0 > li > a {
color:#00127e;
}


The other overrides are working (from top image)
I have Gavern 2.14

http://www.altaempreendimentos.com.br/j25

Thanks
Lucas
User avatar
Fresh Boarder

Konrad M
Thu Jan 17, 2013 9:44 am
@lselbach you are talking about first tab of main menu ?
User avatar

GK User
Tue Oct 15, 2013 8:38 pm
How do I change the hover color of the main nav?
User avatar
Gold Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.