Hello,
I would like to hide the “normal” menu from my header and only use superfly menu. I tried to look for solution from the forum, but no luck. Any ideas? Probably some easy css code 
Best Wishes,
Teemu
Hello Teemu,
Thanks for writing in!
To resolve your issue, simply do this:
1.) Go to Appearance > Menus and create a new empty menu.
2.) Assign this menu as your primary menu.
3.) Go to X > Theme Options > Header > Navbar and set the Navbar Top Height to 0.
This should enable you to hide the default primary menu on your site.
If ever you want to use a css solution, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.superfly-on .x-navbar-wrap {
display: none;
}
We would love to know if this has worked for you. Thank you.
Hello ,
Thank you so much for the fast support. The css worked perfect.
Thank you!
Teemu
You’re welcome, Teemu. Glad we’re able to help.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.