Archived topic
How do I hide the main nav but keep the mobile menu icon
3 replies · Started by Gabriel on September 20, 2021
Hi,
Really enjoying working with Generatepress. How do I use the sticky menu and the off-panel menu together? Specifically, I want to hide the main nav and just have the 3 line mobile menu icon on the initial page of the home page, but when the user scrolls down, I want the full menu to appear across the top as a sticky menu.
Site info is in private information.
Many thanks!
Gabe
Hi there,
try adding this CSS:
#site-navigation:not(.is_stuck) .main-nav {
display: none;
}
Thanks! That worked.
Glad to hear that!