kindandbrave Posted October 22, 2022 Share Posted October 22, 2022 (edited) https://willinglee.co/gifting-ideas Hi there, I'm trying to remove the "quantity" but keep the "add to cart" CTA. I'd also love to decrease the text size on the title, and decrease the button size. Any help appreciated 🙂 Edited October 22, 2022 by kindandbrave added website link Link to comment
Beyondspace Posted October 24, 2022 Share Posted October 24, 2022 On 10/23/2022 at 5:13 AM, kindandbrave said: https://willinglee.co/gifting-ideas Hi there, I'm trying to remove the "quantity" but keep the "add to cart" CTA. I'd also love to decrease the text size on the title, and decrease the button size. Any help appreciated 🙂 Try adding to Home > Desgin > Custom Css .product-block .product-quantity-input { display: none; } .product-block .sqs-add-to-cart-button-inner { font-size: 10px; } .product-block .productDetails .product-title { font-size: 16px; } Support me by pressing 👍 if this useful for you kindandbrave and tuanphan 2 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
kindandbrave Posted October 26, 2022 Author Share Posted October 26, 2022 Thank you so much @bangank36 -- that worked! Beyondspace 1 Link to comment
Dilon Posted July 6, 2023 Share Posted July 6, 2023 On 10/25/2022 at 12:19 AM, Beyondspace said: Try adding to Home > Desgin > Custom Css .product-block .product-quantity-input { display: none; } .product-block .sqs-add-to-cart-button-inner { font-size: 10px; } .product-block .productDetails .product-title { font-size: 16px; } Support me by pressing 👍 if this useful for you Hi there, Thanks for the code above. I am looking to have the button to stretch to the size of the product block. Currently it is a fixed width. I tried different ways (below) and it doesnt work. Could you please shed some light on how I can have the width of the button to match the width of the product block? Thanks in advance! .product-block .sqs-add-to-cart-button-inner { width: inherit; } .product-block .sqs-add-to-cart-button-inner { width: 100%; } Link to comment
tuanphan Posted July 9, 2023 Share Posted July 9, 2023 On 7/6/2023 at 1:44 PM, Dilon said: Hi there, Thanks for the code above. I am looking to have the button to stretch to the size of the product block. Currently it is a fixed width. I tried different ways (below) and it doesnt work. Could you please shed some light on how I can have the width of the button to match the width of the product block? Thanks in advance! .product-block .sqs-add-to-cart-button-inner { width: inherit; } .product-block .sqs-add-to-cart-button-inner { width: 100%; } Can you share link to page where you use product block? We can check 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