Thank you everyone!
$(document).ready(function () {
$(“#menu-menu-1 li a”).hover(function () { //When trigger is hovered…
$(this).children(“ul.sub-menu”).css(‘display’, ‘block’);
}
});
This code really works, for both menus.
Yes we’re talking about this. I added second code, deleted all cache and minified jss, and it works!
It really messed up mobile theme before that. Now everything’s fine.
Thanks alot!
-
This reply was modified 6 years, 2 months ago by datefinder.
Hmm. It doesn’t work. It still shows the category title in category page. Any other options?