hiding a page from menu when the member LOGS IN

I know i can hide a page from visitors in settings
but i want to hide a page once a member LOS IN
can this be dome with code?

Hello Bob,

You can use the wix users module to see if the user is logged in, if they are logged in you can redirect them to another page. This code would be found on the page code for the page you want to “hide” from logged in user. Hiding a page from logged in users is not a feature yet, but this work around should do the trick.

Read here for more about using the wix users module: https://www.wix.com/code/reference/wix-users.html#currentUser

Goodluck,
Majd

Another way to do this is to have the members pages without any headers/footers. After that, you can recreate your header/footer with strips and recreate your navigation bar with buttons.

thanks
ill do one of these … at least its a workaround