Beljaars00 Posted September 29, 2022 Share Posted September 29, 2022 Site URL: https://www.femme-dor.com How do i get rid of the ugly size and quantity buttons on my ready to wear page? Help please! Link to comment
tuanphan Posted September 30, 2022 Share Posted September 30, 2022 Hi. Remove size + quantity or change their style? 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
Ziggy Posted September 30, 2022 Share Posted September 30, 2022 This is how you would hide the size and quantity fields on that page. BUT I think it will break your sales process as if you hide the size selector your users won't be able to add a product to the cart. #collection-6335a5019da39c4ea81a145b { .product-quantity-input { display:none; } .product-variants { display:none; } } I would suggest using this instead that just hides the quantity: #collection-6335a5019da39c4ea81a145b { .product-quantity-input { display:none; } } tuanphan 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? 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