Archived topic
Hide main nav on home page only
2 replies · Started by Carol on March 26, 2017
http://ncfloristassociation.com
I'm trying to hide the main navigation completely on the home page only, but I want the sticky navigation to appear after user scrolls past top slider or clicks on the "scroll below slider" icon.
I created a site using Avada theme that had that option in the nav settings, but I'm not sure how they did it. Script or css, but it worked perfect. http://ritchfaceveneer.com
Hi Mike,
Try this CSS to hide navigation on home page but keep the sticky navigation active:
.home #site-navigation {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
The site linked from the other theme has the navigation below the main slider which is why the sticky navigation activated after it scrolls past the slider.