Kaira Posted October 16, 2021 Posted October 16, 2021 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
tuanphan Posted October 18, 2021 Posted October 18, 2021 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!)
Kaira Posted October 19, 2021 Author Posted October 19, 2021 Here is the page as is, with the url link instead of button (button is hidden) https://www.kairastudios.com/pilates-for-back-pain
tuanphan Posted October 21, 2021 Posted October 21, 2021 On 10/20/2021 at 5:34 AM, Kaira said: Here is the page as is, with the url link instead of button (button is hidden) https://www.kairastudios.com/pilates-for-back-pain You mean buy now button? 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!)
RachelKS Posted December 17, 2021 Posted December 17, 2021 (edited) 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 Edited December 17, 2021 by RachelKS
tuanphan Posted December 19, 2021 Posted December 19, 2021 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> 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment