SARAG88 Posted March 23, 2022 Share Posted March 23, 2022 Site URL: https://www.freshpresse.co/ I am hoping I can change 'SALE' to 'PROMOTION' in a client's store. Is this possible in the code? Would appreciate any insight! Link to comment
Beyondspace Posted March 25, 2022 Share Posted March 25, 2022 On 3/24/2022 at 4:36 AM, SARAG88 said: Site URL: https://www.freshpresse.co/ I am hoping I can change 'SALE' to 'PROMOTION' in a client's store. Is this possible in the code? Would appreciate any insight! Can you share the direct link to this page? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
SARAG88 Posted March 25, 2022 Author Share Posted March 25, 2022 Thanks for getting back to me. Does this help? https://www.manelacardiology.com/shop Sara Link to comment
Web_Solutions Posted March 25, 2022 Share Posted March 25, 2022 (edited) Go Settings then Advanced then Code Injection then put this code on Header section then Save <script src="https://code.jquery.com/jquery-3.6.0.slim.min.js"></script> <script> $(function(){ $('.product-mark.sale').text("PROMOTION"); }); </script> Edited March 25, 2022 by Web_Solutions Ainul, Create_Job and Unique_Website 3 Link to comment
SARAG88 Posted March 26, 2022 Author Share Posted March 26, 2022 Ok great! Trying this now 🙂 Link to comment
SARAG88 Posted March 26, 2022 Author Share Posted March 26, 2022 Thanks so much... It worked! Link to comment
Web_Solutions Posted March 26, 2022 Share Posted March 26, 2022 You are welcome Unique_Website, Ainul and Create_Job 3 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