Kaira Posted October 16, 2021 Share 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 Link to comment
tuanphan Posted October 18, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Kaira Posted October 19, 2021 Author Share 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 Link to comment
tuanphan Posted October 21, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
RachelKS Posted December 17, 2021 Share 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 Link to comment
tuanphan Posted December 19, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment