Remove navbar, keep header

Hello. I am using a slider navigation menu. I will not be using the regular menu. How can I disable the menu bar that shows in the header area?

Hi there,

Thanks for writing around! To hide a navigation bar, you can add the following CSS code in the Theme Options > CSS:

.x-navbar {
    display: none !important;
}

You can find more info on how to check for CSS selectors here. Then information about writing your custom CSS here

As an alternative approach you can use Blank - Container | No Header, Footer page template under Page Attributes in WP page editor.

Hope this helps!

Thank you.

Hi @HGPower,

Feel free to let us know how it goes.

Thank you so much.

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