almamolly Posted April 6, 2020 Share Posted April 6, 2020 Does anyone know how to hide the "Add to Cart Button" on Squarespace 7.1? This code is currently not working: Link to comment
tuanphan Posted April 6, 2020 Share Posted April 6, 2020 (edited) Add to Home > Design > Custom CSS .sqs-add-to-cart-button { display: none !important; } Edited April 6, 2020 by tuanphan Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
almamolly Posted April 6, 2020 Author Share Posted April 6, 2020 Here you go: https://bassoon-accordion-5zwb.squarespace.com/config/pages/5e4fd78995c8b939ca504f4c Link to comment
tuanphan Posted April 6, 2020 Share Posted April 6, 2020 (edited) updated above comment Edited April 6, 2020 by tuanphan Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
wsmedia Posted April 7, 2020 Share Posted April 7, 2020 That removes it great! But it does it to every store on the site. I have two stores on my site and only need this code to remove stuff inside one of the stores. Any code for that? and the quantity box graphic? Link to comment
wsmedia Posted April 7, 2020 Share Posted April 7, 2020 this code worked to do it: .sqs-add-to-cart-button, .product-price, .product-quantity-input, .quantity-label, .floating-cart,{ display: none !important; } but doing it site wide still 😞 Link to comment
tuanphan Posted April 8, 2020 Share Posted April 8, 2020 14 hours ago, wsmedia said: this code worked to do it: .sqs-add-to-cart-button, .product-price, .product-quantity-input, .quantity-label, .floating-cart,{ display: none !important; } but doing it site wide still 😞 To hide on One Product > Add to Product Page Settings > Advanced > Header Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
JimRaff Posted July 24, 2020 Share Posted July 24, 2020 On 4/6/2020 at 9:14 AM, tuanphan said: Add to Home > Design > Custom CSS .sqs-add-to-cart-button { display: none !important; } God bless you. That was about the 10th thing I tried, and it finally worked. 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