Theme4Press › Forums › evolve › Submenu links disappear when mouseover hovers › Reply To: Submenu links disappear when mouseover hovers
#19341
|
Hi Noah,
Thanks for writing in, if you wish to achieve that, so you can add the following code under Appearance > Theme Options > Custom CSS:
1 2 3 4 |
ul.nav-menu li:hover ul, ul.nav-menu li.nav-hover ul { display: block !important; } |
Hope this helps!
Thanks.