chrisdunn Posted October 14 Posted October 14 Site URL: https://archipelagopresets.com/ I'm looking to customize this specific button that shows up on my sites order confirmation page when a customer purchases a subscription. Can't find any option through the settings, hoping there is some code that can be utilized to change the txt to "members home"?
tuanphan Posted October 16 Posted October 16 You can use this code to Website Tools > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> <script> $(document).ready(function(){ $("#sqs-paywall-page-root *").html(function() { return $(this).html().replace("VIEW PRODUCT", "MEMBERS HOME"); }); }); </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