jilldiane_ Posted October 21, 2021 Share Posted October 21, 2021 Site URL: https://helix-marigold-76hn.squarespace.com/ Hello! Anyone know if its possible to change the text inside the product form button without changing the button text on the actual product page. Eg on the product page i want the button to say "Place Order" but on the form button "Add to Cart" Thanks! PW: 1234 Link to comment
tuanphan Posted October 25, 2021 Share Posted October 25, 2021 On 10/21/2021 at 11:48 PM, jilldiane_ said: Site URL: https://helix-marigold-76hn.squarespace.com/ Hello! Anyone know if its possible to change the text inside the product form button without changing the button text on the actual product page. Eg on the product page i want the button to say "Place Order" but on the form button "Add to Cart" Thanks! PW: 1234 Add to Design > Custom CSS /* Change form popup button text */ body.collection-type-products.view-item .form-inner-wrapper .form-button-wrapper { display: inline-block; position: relative; } body.collection-type-products.view-item .form-inner-wrapper .form-button-wrapper input { position: absolute; left: 50%; transform: translate(-50%,-50%); top: 50%; z-index: 99999; opacity: 0; } body.collection-type-products.view-item .form-inner-wrapper .form-button-wrapper:before { content: "Add to Cart"; background-color: black; color: white; padding: 10px 30px; border-radius: 30px; } 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