Hi, I was wondering if there is a way to hide the menu on the home page or in general on selected pages? Thanks, Kristina
-
Hide menu
-
Hey Kristina!
As explained here, you can target specific projects/pages/categories with css: http://laytheme.com/how-to-use.html#custom-css-stylingExample for hiding the nav for a page that has an id of 10:
body[data-type="page"][data-id="10"] nav{ display: none !important; }