Menu open on mouse hover

GK User
Sun Jan 11, 2015 5:06 pm
Hi,
first of all thank you for that amazing template, I really love it !!

I would like the menu to open on mouse hover (for computers, it's useless for mobile devices). I guess the modification has to be done on menu.css but I'm not good enough to do it myself.

Could you please help me with this ?

Thanks in advance, Mike.
User avatar
Fresh Boarder

teitbite
Sun Jan 11, 2015 8:15 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#aside-menu:hover {
left: 0 !important;
}


but I'm not entirely sure if this will work. It's just a guess.
User avatar
Moderator

GK User
Sun Jan 11, 2015 9:56 pm
It works !! thanks you very much sir.
User avatar
Fresh Boarder

teitbite
Wed Jan 14, 2015 12:14 am
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron