Forums
Forums / Theme: Senses Lite / Hide primary menu
(@pete123)
10 years, 2 months ago
How can I hide the primary menu? I am using side and bottom menus and would like to remove the menu bar from the top of the page.
(@touchcoding)
Hi there Pete123! You can easily hide the nav with custom css, either in a custom css plugin or a child theme.
Here is the code:
nav#site-navigation { display: none; }
Thanks a lot, I will try that.
I removed the whole primary menu section in the style.css (child theme) and it worked perfectly. I also put the code:
in the beginning.
The topic ‘Hide primary menu’ is closed to new replies.