I have a one page website, so I don’t need NAV menu at the top. How do I eliminate that?
Hello @AdmanCEO,
Thanks for writing to us.
Regretfully there is no option at the moment to hide only the menu from the Header. You can achieve it through custom CSS code. Please add this custom CSS code under X—>Theme Option–>CSS.
nav.x-nav-wrap.desktop {
display: none;
}
The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.
Hope it helps.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.