Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #639884

    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)

    #639886

    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 ;)

    #639887

    Problem still exists in Footer :( . Submenus are not hidden which makes this a really long menu.
    Peter

    #639911

    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

    #905129

    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?

    #905997

    Hi solostrength,

    I think you will need to copy shortcode to a widget to do that, could you post a link to your site so that we can have a closer look please?

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.