Can I remove the menu bar from a page? Yes, you can remove the menu bar from a page by following these instructions: Launch the page builder on the page you want to hide the menu Go to Tools > Layout CSS Type the following: .nav-primary { display: none; } and click Save. The nav menu should now be hidden