Show Menu Item only for Logged In User

Posted in: Newspaper
Post count: 11

Hi,

Is there a way to show certain menu item only to logged in users?

Thanks.

Regards,
Gary

Post count: 22421

Hello,

Our theme does not have any such options. This will have to be made custom. You will need the menu item id you can see with the browser inspector and then change the id in this code:
.menu-item-551{
display:none;
}
.logged-in .menu-item-551{
display:initial;
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.