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

    Hi there,

    I’m totally new in building websites and I’m wandering if anyone could help me.

    I want to hide the submenu’s in the header and only display the submenu’s in the sidebar. Is this possible and if so, how can I make this work?

    Regards,
    Marcha

    #729019

    Hey Marcha,

    Please go to Appearance > Menus and remove sub menu items from your menu – https://codex.wordpress.org/WordPress_Menu_User_Guide
    If that is not what you meant, please elaborate on the changes you would like to make and post a link to your website

    Best regards,
    Yigit

    #729025

    Hi Yigit,

    Thank you for your quick reply.

    I don’t think that is what I mean. I found a simular question on the forum

    June 14, 2015 at 10:31 pm
    #459034
    Topic: Hide submenu on certain pages

    and you have to put a CSS code somewhere but I don’t know where I should put
    the code.
    My website is http://www.dutch3ddesign.nl and I don’t want any submenu’s like I have right now.
    Like when you hover over “kindertekening” the submenu’s fold out and I don’t want that.

    Kind regards,
    Marcha

    #729243

    Hi Marcha,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-main-nav-wrap ul.children {
      display:none !important;
    }

    Best regards,
    Rikard

    #729357

    Hi Rikard,

    You’re my hero!

    Thank you for your help, this was exactly what I was looking for.

    Kind regards,
    Marcha

    #729387

    Hi,

    You are welcome! :) Glad Rikard could help!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide submenu's’ is closed to new replies.