CoforgeCreative Posted October 21, 2021 Share Posted October 21, 2021 Site URL: https://socialsoulholisticwellness.com/group-yoga-class-fees/p/group-yoga-class Hello! I appologize if this question has been answered already, could someone help me with some code to customize a specific product page? Please see details below: 1. I would like to reduce the size of the checkout button (too large) 2. I would like to reduce the size of the variations dropdown and the quantity field 3. I would like to remove the text above the variations dropdown so you only see "select the No. of Participants" in the dropdown field. Website Password: socialsoul Link to comment
Beyondspace Posted October 21, 2021 Share Posted October 21, 2021 41 minutes ago, CoforgeCreative said: Site URL: https://socialsoulholisticwellness.com/group-yoga-class-fees/p/group-yoga-class Hello! I appologize if this question has been answered already, could someone help me with some code to customize a specific product page? Please see details below: 1. I would like to reduce the size of the checkout button (too large) 2. I would like to reduce the size of the variations dropdown and the quantity field 3. I would like to remove the text above the variations dropdown so you only see "select the No. of Participants" in the dropdown field. Website Password: socialsoul You can try adding to Home > Design > Custom Css .ProductItem-details .product-variants { width: 70%; /*change value for variant dropbox*/ ; } .variant-option-title { display: none; /*hide variant option title*/ ; } .product-quantity-input > [aria-label="Quantity"] { padding: 1rem !important; } .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button { padding-top: 1.2em !important; padding-right: 2em !important; padding-bottom: 1.2em !important; padding-left: 2em !important; } Let me know if it works properly on your site Support me by pressing 👍 if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
Beyondspace Posted October 21, 2021 Share Posted October 21, 2021 Testing result BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
CoforgeCreative Posted October 21, 2021 Author Share Posted October 21, 2021 4 hours ago, bangank36 said: Testing result Thank you so much! Worked like a charm! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.