good day,
it is possible that in the mobile view menu it does not open the submenu. menu default
correct menu for mobile that when moving the mouse the submenu is displayed
Thank you
Hi tstsistem
You can override with this custom CSS:
@media (max-width: 840px) { #overlay-menu-content .level1 { display: none; } }
saguaros
I added the code and the submenu is hidden but when I click it does not display the submenu and I cannot go to that submenu
tstsistem I thought you simply want to hide the sub-menu items only.
If you want to click to open / close the sub-menu, it will require much more customization on this. It would take time unfortunately.