customizing login
I would like to be able to customize the word LOGIN that appears when using the login gadget. Since our WA website is used both as a portal for members and to display information to curious non members there could be some confusion. In our case I would like to for instance have it say MEMBERS LOGIN HERE
Thank you for posting and sharing your feedback with us.
Taking into account all plans and priorities, this is not something that we will focus on. We have an article with the instruction how to customise different labels:
https://gethelp.wildapricot.com/en/articles/443
We are going to archive the idea, but please, continue to share your feedback!
-
For instructions on changing other button labels, like Register, Add Guest, Pay, and Send Message, go to http://help.wildapricot.com/display/DOC/Changing+button+labels .
-
Ed T commented
worked like a charm Thx
-
Sergey O. commented
To change the Login button label, follow these steps:
Go to Settings then click Global JavaScript (under Site settings).
Copy and paste the following code:<script type="text/javascript">
jq$(document).ready(function(){
jq$('.WaGadgetLoginButton .loginBoxLinkContainer .loginBoxLinkButton').html("MEMBERS LOGIN HERE");
});
</script>You may replace MEMBERS LOGIN HERE with any text you like.
-
Ed T commented
theme is treehouse simple
login button -
Sergey O. commented
Please let us know the following things so we can provide you with a workaround:
1. What is your current website theme? To find out what's your current theme, please click on "website" section and then on "Theme" and look at the top of the page.
2. Are you trying customizing "login form" or "login button" gadget?