LaLune Posted May 15, 2020 Share Posted May 15, 2020 Hi there, I provide services so it's not likely that clients would want to buy more than one at a time. It is possible to hide the quantity box when I add a product block to a page? I still need the Add To Cart/Purchase button, I just want to remove quantity. Thanks! Link to comment
tuanphan Posted May 15, 2020 Share Posted May 15, 2020 Can you share link to page where you insert product block? 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
LaLune Posted May 15, 2020 Author Share Posted May 15, 2020 9 hours ago, tuanphan said: Can you share link to page where you insert product block? will this link work? my site isn't live yet on my domain - https://brass-disc-mwfz.squarespace.com/additional-support Link to comment
tuanphan Posted May 16, 2020 Share Posted May 16, 2020 6 hours ago, LaLune said: will this link work? my site isn't live yet on my domain - https://brass-disc-mwfz.squarespace.com/additional-support Your site is private. You can setup password & share url 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
LaLune Posted May 24, 2020 Author Share Posted May 24, 2020 On 5/15/2020 at 7:26 PM, tuanphan said: Your site is private. You can setup password & share url Hi there! Sorry I missed your response. My website is live now! I password protected the page I'm trying to fix. The page is www.laluneconsulting.com/additional-support-1 and the password is sleep Let me know if you are still unable to access. Thank you! Link to comment
tuanphan Posted May 24, 2020 Share Posted May 24, 2020 5 hours ago, LaLune said: Hi there! Sorry I missed your response. My website is live now! I password protected the page I'm trying to fix. The page is www.laluneconsulting.com/additional-support-1 and the password is sleep Let me know if you are still unable to access. Thank you! Add to Home > Design > Custom CSS .product-block .product-quantity-input { display: none; } 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
LaLune Posted May 26, 2020 Author Share Posted May 26, 2020 On 5/24/2020 at 3:39 PM, tuanphan said: Add to Home > Design > Custom CSS .product-block .product-quantity-input { display: none; } Perfect that worked, thank you! Link to comment
Willdoes Posted May 17, 2021 Share Posted May 17, 2021 I have entered the above and it works but is there a way to hide the quantity box on some of our products not all of them. thank you Link to comment
tuanphan Posted May 18, 2021 Share Posted May 18, 2021 21 hours ago, Willdoes said: I have entered the above and it works but is there a way to hide the quantity box on some of our products not all of them. thank you Add tag: noquantity for these products, then add this to Design > Custom CSS .tag-noquantity .product-quantity-input { display: none; } 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
Archived
This topic is now archived and is closed to further replies.