Question:
I want to just change the text from ‘Guest Area’ to something else on my password protected page. How can I do this please?
Product:
Think I’m using wix editor, but not sure
What are you trying to achieve:
Just to change the text from ‘Guest Area’ to another name
What have you already tried:
Searched in wix and in community questions. No luck.
Additional information:
I’m sure it’s not difficult, I just can’t get to the right setting.
Hi, @Fiona_Richards !!
There might be such a setting available, but I haven’t seen it myself yet. (To be honest, I’ve never really paid much attention to the design of the guest area…) You may need to create a similar feature yourself. One simple approach would be to display a password entry lightbox immediately after the page loads. However, since there is a slight delay in displaying the lightbox, it’s better to hide all page elements beforehand. That said, there is no guarantee that this method is secure—it is merely a quick workaround.
If you’re implementing a password authentication feature, never perform password authentication on the front end. The password matching process should always be handled on the backend, where it can be verified against a stored secret. To further enhance security, passwords should be stored in a hashed format.
A more secure approach would be to use Wix’s built-in router pages. One option is to check if such a setting exists by default in Wix, but studying the two approaches mentioned above would also be beneficial. The key advantage of these methods is that they allow you to design the authentication page completely freely, rather than being restricted to the default ‘Guest Area’ layout. 
However, a better approach might be to submit a feature request to Wix so that this functionality can be used by default!! 
https://support.wix.com/en/roadmap
thank you so much for your help! I didn’t understand all of what you said, but I’ll ask my friend who is better at WIX than me. Really appreciate your help though! Thank you.
Hi Fiona,
The only current method is rebuilding this page from scratch including the password protect functionality (as suggested by the previous comment). If you need help setting this up, I’m available anytime!
In Wix Editor, you can change the “Guest Area” text by customizing the Members Area settings. Go to Site Dashboard > Settings > Members Area, and look for options to rename sections. If it’s a system-generated label that can’t be changed directly, try using Custom CSS to hide it and replace it with a text box containing your preferred name. If you’re using Wix Studio, check the Permissions & Access settings for renaming options.