Hi everyone,
I don’t have wix studio only wix premium but I don’t know where to post this simple question. I want a page to be hidden and after memeber login shown in navigation bar. Is this possible to do in wix?
I’ve tried to hide it, but after log in it is still hidden in navigation bar.
Thanks.
You will have to use some code to do that. Velo AI should help you with that.
Does this include backend development?
Yes, but this isn’t something too complicated, it should be pretty easy to code.
I’ll give you a very simple overview: Add two menus, #menu1 for logged in users and #menu2 for users who haven’t logged in.
Keep #menu1 hidden by default. Then use code to check if user is logged in. If yes, simply hide #menu2 and show #menu1.That should do it.