Tagged: Accordion, mobile menu
Hi!
How can I hide the submenu items and make the mobile menu work like an accordion? (also needed for footer menu).
Site: isab.se.loopiadns.com
Also, on mobile, after you used the menu to navigate, when you scroll down the whole page can slide off to the left or the right. Scrolling back up I see the culprit is the menu which is now along the right edge of the page and not hidden.
Thanks,
Peter
(Sorry if its already answered. Please add a search function to the help forum)
Eureka! I found it! Enfold Child –> Header –> and under the tab labeled “Mobile Menu”. Checking the box “Hide Mobile Menu Submenu Items” makes it all happen magically :)
Thanks myself ;)
Problem still exists in Footer :( . Submenus are not hidden which makes this a really long menu.
Peter
Hi,
To hide the submenu in footer Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#footer .sub-menu {
display:none;
}
Search option is there on the main forum page you can also type kriesi followed by your question in google to find answers :)
Best regards,
Vinay
Will this hide completely secondary menu’s? I’m trying to put an accordion style menu in footer that is responsive to mobile…it seems very difficult with enfold?