Submenu without Click or Hover
-
I would like my submenu to show without having to click or hover on the main menu. This used to work, however, since the latest Laytheme-update it does now work anymore.
Customizer -> Menustyle -> Submenu -> Show Menu on:...
Website-Link:
https://buero146.ch/category/projekte/buch/ -
Dear @chrila
If needed the following code ( added into custom <head> content of > Lay Options > Custom CSS & HTML > ) will add the class
show-submenu-desktopto the sub-menu, this will make it open 🌝jQuery( ".menu-item-1262" ).addClass( "show-submenu-desktop" );
Best
Richard
-
Hello,
I'm contacting you because I can't get the menu and submenu to stay fixed.
I tried with the code but it doesn't work :/ or maybe I'm not doing it right too...
So I fixed my site according to this but I think I'll have to fix it.
Thank you for your help www.alexandreonimus.comBest,
Alexandre -
use these settings
in customize → menu styles → submenus
also remove your custom jquery code for submenus that richard posted here