How to get highlight effect in main menu?

GK User
Sun Jun 01, 2014 10:22 am
My main menu is not showing a change of any kind when hovering over the items. I would like to get the same nice effect as exists on this forum - grey when static and more white when hovering over.

Please assist :)
User avatar
Gold Boarder

GK User
Sun Jun 01, 2014 12:21 pm
Could you please post an url to your site?
User avatar
Moderator

GK User
Sun Jun 01, 2014 3:45 pm
I just send you a PM (as my site is not live yet). :)
User avatar
Gold Boarder

GK User
Mon Jun 02, 2014 5:36 pm
Please edit: /templates/gk_storefront/css/override.css and add at its end:
Code: Select all
.gkMenu > ul > li > a {
color:rgba(255,255,255,0.75) !important;
}
.gkMenu > ul > li > a:hover {
color: #fff !important;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Mon Jun 02, 2014 7:15 pm
Thank you for good support :)
User avatar
Gold Boarder

GK User
Wed Jun 04, 2014 2:30 pm
Thanks for words of appreciation ;)
User avatar
Moderator


cron