Tagged: menu
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.
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
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:
How can I get rid of the menu completely?
Thanks!
Hi!
Please add following code to Quick CSS as well
a#advanced_menu_toggle { display: none !important; }
Regards,
Yigit
Thank you!
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