Tagged: 

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

    Hi guys, great theme.

    Hoping you can help me completely remove the main menu from all pages on my website. I would like the logo to be centered, with no menu below, on all devices.

    I have managed to hide the menu bar itself using custom CSS from another support forum thread, but this does not remove the menu area (only the menu links themselves) nor does it remove the mobile menu when viewing on a mobile device.

    Thanks in advance.

    • This topic was modified 9 years, 5 months ago by mborland.
    #462684

    Hi mborland!

    Thank you for using Enfold.

    Set the logo and menu position to logo center, menu below and then add this in the Quick CSS field to hide the menu items:

    #header_main_alternate {
      display: none;
    }

    Regards,
    Ismael

    #463088

    Hi Ismael, thanks for the quick response.

    Unfortunately, adding the CSS you provided hasn’t made any difference.

    The menu still appears on mobile — please view this screenshot to see what I’m referring to: Mobile Menu Problem

    How can I get rid of the menu completely?

    Thanks!

    #463151

    Hi!

    Please add following code to Quick CSS as well

    a#advanced_menu_toggle { display: none !important; }

    Regards,
    Yigit

    #463693

    Thank you!

    #464055

    Hey!

    You are welcome, we are always happy to 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 :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Completely Remove Main Menu From All Pages’ is closed to new replies.