GayleM Posted November 8, 2022 Share Posted November 8, 2022 How do I hide price and cart buttons? I was doing this successfully using CSS but now the code is no longer working: /* Hide the price */ .tag-pur .ProductItem-summary .ProductItem-details .product-price .sqs-money-native { display: none; } /* Hide the add-to-cart button */ .tag-pur .ProductItem-summary .ProductItem-details { .sqs-add-to-cart-button-wrapper, .product-quantity-input { display: none; } } The developer where I got the code said it no longer works since Squarespace's July update. Thanks for any input you can give! Gayle Link to comment
TFraser Posted November 11, 2022 Share Posted November 11, 2022 (edited) I would like to hide prices and cart button for all my products but I am on v7.1. Site is https://nonagon-sunflower-3jhc.squarespace.com/ Thanks, Terry Edited November 11, 2022 by TFraser Link to comment
tuanphan Posted November 20, 2022 Share Posted November 20, 2022 On 11/12/2022 at 6:51 AM, TFraser said: I would like to hide prices and cart button for all my products but I am on v7.1. Site is https://nonagon-sunflower-3jhc.squarespace.com/ Thanks, Terry Add to Design > Custom CSS .ProductItem-details .sqs-add-to-cart-button-wrapper { display: none !important; } .product-price { display: none !important; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment