libbyarnold Posted August 1 Share Posted August 1 I have the custom form enabled on this product as well as customizing the "add to cart" button text. My goal on the main product page was for it to say "continue to add details" and then on the custom form it would say "add to cart" or "pay now". I tried using the :before tag with the "content" change and that didn't seem to work. Could use an expert coder here! Link to comment
creedon Posted August 1 Share Posted August 1 Please post the URL for a page on your site where we can see your issue. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. We can then take a look at your issue. You may find How to post a forum question post useful. tuanphan 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
libbyarnold Posted August 2 Author Share Posted August 2 Hello the URL is https://figandflower.squarespace.com/flowers/p/pure-classic-bouquet Password is: brandwell Thank you in advance! Link to comment
Solution tuanphan Posted August 3 Solution Share Posted August 3 I guess rename add to cart text would be easier. If you need to rename add to cart text, use this CSS code /* rename add to cart */ .sqs-add-to-cart-button-inner { font-size: 0 !important; } .sqs-add-to-cart-button-inner:before { content: "New Add to Cart"; font-size: 18px !important; display: block; } If you want this code run on one product only, edit Additional Info > Paste this <style> /* rename add to cart */ .sqs-add-to-cart-button-inner { font-size: 0 !important; } .sqs-add-to-cart-button-inner:before { content: "New Add to Cart"; font-size: 18px !important; display: block; } </style> 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