Turn off main menu and use superfly

hey. I’d like to turn off the menu pages on the header and only use the superfly menu, yet keep the header site icon on the header.

How do I do this?

Hello Peter,

Thanks for writing in!

To resolve your issue, please go to Appearance > Menus and then create an empty menu. You can then assign this menu as your primary menu. This will display an empty menu in your header and you can use SuperFly menu to display your actual menu.

Hope this makes sense.

You’re the best RueNel. As usual. Thank you so much.

You’re welcome, Peter. We’re glad that you’re question was answered correctly.

mm i’ve just realized, the mobile device still shows the burger menu on the header even though it’s blank and i’m using Superfly. What is the CSS to remove that so that it’s only the Superfly menu?

example (see on mobile) --> peterfae.com

Hi Peter,

Please try this custom CSS:

a#x-btn-navbar {
    display: none;
}

The following guide might also help you:

hey that didn’t work. Is the code … should it be grey like that?

Hello Peter,

Based from your screenshot, you have inserted the code incorrectly.

The correct code should be:

    z-index: 999;
}

a#x-btn-navbar {
    display: none;
}

Please be very careful when inserting a code. All curly braces must be closed properly or else the code will not work and even create issues with other codes affecting the next css block.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.