I need to customize my member login page. The word “Guest” needs to say something else. Is there any way to do this?
Yes. You would have to do:
$w(‘#myElement’).text === “something else”;
or
$w(‘#myElement’).value === “something else”;
Do you know if it’s even possible to code the Wix membership/login page? There doesn’t seem to be anywhere to access code.
Just make up your own custom login and signup lightboxes with your own branding and user inputs etc, instead of using Wix own window.
If you do that, remember to set your signup settings to custom signup and to link it to your own login or signup lightbox, whichever one you want to have opened first.
https://www.wix.com/code/home/forum/wix-tips-and-updates/custom-member-registration
Just watch this video below and it will explain it all for you with all teh code required for it too:
https://www.youtube.com/watch?v=QbH8_eudjbE
Or any of the others too:
https://www.youtube.com/watch?v=JQFSI49hAuo
https://www.youtube.com/watch?v=myKhmcNR0-s
https://www.youtube.com/watch?v=npcIbruLmC4
https://www.youtube.com/watch?v=Orl8GJNzG5s
https://www.youtube.com/watch?v=9eGhGfCiAbo
Wow, thank you so much for the info. You wouldn’t want a paid gig to do this would you?
Dawn