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
thanks
-
- Fresh Boarder
- Konrad M
- Mon Oct 15, 2012 8:02 am
Hi,
to change colors please add to override.css
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
and remember to enable override.css option in template settings.
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.
- GK User
- Sun Oct 21, 2012 11:46 pm
Thanks, we will try
regards
regards
-
- 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
I could you please explain where overrige active, why not find
With screenshot
thanks
-
- 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.
- GK User
- Wed Jan 16, 2013 6:54 pm
Hi Konrad,
I tried this solution with no result.
Added this code to override.css
The other overrides are working (from top image)
I have Gavern 2.14
http://www.altaempreendimentos.com.br/j25
Thanks
Lucas
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
-
- Fresh Boarder
- Konrad M
- Thu Jan 17, 2013 9:44 am
@lselbach you are talking about first tab of main menu ?
- GK User
- Tue Oct 15, 2013 8:38 pm
How do I change the hover color of the main nav?
-
- Gold Boarder
8 posts
• Page 1 of 1