Jump to content

How can we change text of JOIN Button from Member Area access denied screen

Recommended Posts

Posted

Site URL: https://www.kairastudios.com/

Is there a way to change the text on the default JOIN Button on the Members Area access denied screen?

We have found code on how to HIDE that button, and currently have a link in the access denied decription but we prefer the look of the button and need it to say BUY NOW instead of JOIN US

 

  • Replies 5
  • Views 830
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Posted
On 10/16/2021 at 7:03 AM, Kaira said:

Site URL: https://www.kairastudios.com/

Is there a way to change the text on the default JOIN Button on the Members Area access denied screen?

We have found code on how to HIDE that button, and currently have a link in the access denied decription but we prefer the look of the button and need it to say BUY NOW instead of JOIN US

 

Can you share link to access denied page?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

  • 1 month later...
Posted
On 12/17/2021 at 5:01 PM, RachelKS said:

Hi - did you find a way to change the wording of this button? I am trying to change the fixed wording on the 'Join' button on the members area access denied page https://www.businessesonscreen.com/the-lens-is-your-friend. I want it to say 'Buy Now'. Thanks

Try adding this to Page Header

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
  $(document).ready(function(){
    $(".join-button").html(function() { 
          return $(this).html().replace("Join", "new text");  
    });
});
</script>

image.thumb.png.4a1b2fc3ab9314b9eb48f559db960593.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.