Archived topic
hide menu option for home page, when home page is shown?
3 replies · Started by Terry on August 24, 2019
Viewing posts 1–4 of 4
Hi,
Is there a way to hide the home page menu link, when the user is already on the home page?
https://dev.terrys-service.com/
I'd like to hide the "Pick the day and time you want" nav menu option when the user is already on that page.
Thanks!
Terry
Hi there,
Try this CSS:
body.home .main-navigation .main-nav ul li#menu-item-36 a {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Perfect!
Thank you!
No problem :)
This archived topic is closed to new replies.