Forums
Forums / Theme: Neve / Remove primary menu
(@martin1366)
7 years, 3 months ago
Hi!
We want to remove/hide primary menu from neve theme. At the moment we use CSS but it hide menu only in desktop view. We can still see menu toggle/bar in mobile view.
CSS we are useing: #nv-primary-navigation { display: none !important;
Martin
(@rodicaelena)
Hi @martin1366,
You would need to add this too:
.navbar-toggle-wrapper { display:none; }
Regards, Rodica
Hi, It is working like it should.
Thank you!
The topic ‘Remove primary menu’ is closed to new replies.