Remove add a menu

I don’t want a menu at the top of the page. How do I remove add a menu and the front page and very other page?

Thanks in advance.

Hi @kchuen,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Unite Options -> Other -> Custom CSS

nav.navbar.navbar-default {
    display: none;
}

Best Regards,
Movin

That worked like a charm. Thank you so much and I hope other people with the same problem can find this answer too.

Cheers and have a nice day~!

You are most welcome here :slight_smile:

Hello,

I have the same problem - want to remove the menu at the top of the page.
I have tried adding

nav.navbar.navbar-default {
    display: none;
}

and also

.main-navigation .module-group.right {
    display: none;
}

from another thread (https://colorlibsupport.com/t/remove-add-menu-and-search/)
to custom.css but none of it worked.
I am using the plugin CUSTOM CSS from http://freshface.net to edit custom.css.

Have you got any idea why?

Thank you very much!

Eva

@evamiliczka To help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/unite-support/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.