Archived topic
Hide particular primary menu item for logged out user
3 replies · Started by David on August 24, 2021
Viewing posts 1–4 of 4
Hello,
Is there a piece of css I can use to hide a particular primary menu item for logged out users?
Kind regards
David
Hi David,
You can try something like this:
body:not(.logged-in) li#menu-item-18553{
display: none;
}
Change the 18553to your menu item id.
Let me know if this helps :)
Perfect, thank you, worked a treat :-)
Generatepress support is simply the best :-)
Thank you :)
Glad to hear that!
This archived topic is closed to new replies.