JessicaM Posted August 16, 2023 Share Posted August 16, 2023 @tuanphan and anyone else - Is there a way to change the "3 Months" above where it says "3 bottles"? I would like the options to be Pick Up and Shipping instead of 3 months and 3 months. Or is there a better way to do this? Website - https://lanternfish-icosahedron-96cl.squarespace.com/wine-club pw - nourishetx Thank you! Jessica Miller | Squarespace Website Designer https://www.jessicamiller.work jessica@jessicamiller.work Search the blog and get Squarespace tips to your inbox https://www.jessicamiller.work/blog Want to pick my brain or get help? Book a free 15 minute call. If my post solved your problem, please mark it as the solution - thanks! Link to comment
Solution Lesum Posted August 17, 2023 Solution Share Posted August 17, 2023 @webdesign1234 Here's a solution to change the buttons text to pick up and shipping. Add this code under Settings> Developer Tools > Code Injection > Header <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script> $(document).ready(function() { changeButtonText(); function changeButtonText(){ $('#block-yui_3_17_2_1_1692223105088_2241 .left-button').text('Pick Up'); $('#block-yui_3_17_2_1_1692223105088_2241 .right-button').text('Shipping'); } }); </script> Let me know how it goes. Thanks! tuanphan 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
JessicaM Posted August 17, 2023 Author Share Posted August 17, 2023 @Lesum Worked perfect - thank you so much! 🙂 Lesum 1 Jessica Miller | Squarespace Website Designer https://www.jessicamiller.work jessica@jessicamiller.work Search the blog and get Squarespace tips to your inbox https://www.jessicamiller.work/blog Want to pick my brain or get help? Book a free 15 minute call. If my post solved your problem, please mark it as the solution - thanks! Link to comment
EnVision-DG Posted September 7, 2023 Share Posted September 7, 2023 I am trying to change the description on my Member Page subscription plan from $50 "Every Year" to $50 "Annual Membership." Does anyone know if that can be changed? Link to comment
tuanphan Posted September 11, 2023 Share Posted September 11, 2023 On 9/8/2023 at 12:08 AM, EnVision-DG said: I am trying to change the description on my Member Page subscription plan from $50 "Every Year" to $50 "Annual Membership." Does anyone know if that can be changed? If you share link to page, we can give code easier 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!) 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