vividdd Posted December 1, 2023 Posted December 1, 2023 (edited) ย Hello ๐ On the individual product pages I can customize the add to cart button text. Even if the product is sold out on the product page the custom messageย appears which is what I want. However, on the store page it reads SOLD OUT. How can I overwrite the SOLD OUT button text on the shop page to read my custom message or if the $ is $0.00? https://got-a-gig.squarespace.com/store/p/step-up-b-foot-flute-jgfl-550 PWD: 1234567 Thank you ๐ Edited December 1, 2023 by vividdd
Solution tuanphan Posted December 3, 2023 Solution Posted December 3, 2023 Add this to Website Tools (under Not Linked) > Custom CSS div.grid-item.sold-out .sqs-add-to-cart-button-inner { font-size: 0; } div.grid-item.sold-out .sqs-add-to-cart-button-inner:before { content: "Price on Request"; font-size: 16px; } ย 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!)
vividdd Posted December 4, 2023 Author Posted December 4, 2023 THANK YOU!!!! You are a live safer ๐ Happy Holidays ๐ tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment