Archived topic
Show Navigation Search Only In Sticky Mobile Nav
9 replies · Started by Carson on July 13, 2018
I want to enable Navigation Search only in the mobile sticky main Nav.
Meaning, the only time I want it to appear is when I scroll down on a mobile device.
Would be great if one of you guys could give it a try.
Thanks!
Hi there,
Any chance you can link me to the site in question?
You can edit the original topic and use the private URL field.
Thanks!
Hi,
it's not a live site yet.
You can try this CSS:
.main-navigation li.search-item {
display: none !important;
}
.main-navigation:not(.navigation-stick) .mobile-bar-items .search-item {
display: none !important;
}
.nav-search-enabled .main-navigation:not(.navigation-stick) .menu-toggle {
text-align: center;
}
Thanks a lot David, that works!
One more thing, any way to get the menu-icon into the center when one is on mobile and not scrolled down (non-sticky menu)?
Are you using the mobile header feature?
No, I am not using the mobile header.
Add another line to David's CSS above:
https://generatepress.com/forums/topic/show-navigation-search-only-in-sticky-mobile-nav/#post-623506
Thanks, that works perfectly. Great support, as always!
Glad we could help!