Guest Posted May 15, 2020 Share Posted May 15, 2020 Hi there, It is possible to hide the quantity box when I add a product block to a page? I also need to hide the cart. I am in Squarespace 7.1 and have used the below coding to hide the "Add to Cart" button .sqs-add-to-cart-button { display: none !important; } Link to comment
tuanphan Posted May 15, 2020 Share Posted May 15, 2020 Can you share link to page where you inserted 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
Guest Posted May 16, 2020 Share Posted May 16, 2020 Hi Tuan, Thanks for the response. My site isn't live yet so I can't give you a link to the page. I have included a screenshot below. I have 7 product pages and each page has ± 50 products. I tried adding this code and it does not work 😞 .sqs-product-quantity-input { display: none !important; } We don't want people to purchase on the site as Squarespace has limited commerce options available for South Africa Link to comment
tuanphan Posted May 16, 2020 Share Posted May 16, 2020 Add to Home > Design > Custom CSS .product-quantity-input { display: none !important; } 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.