Imager Posted December 15, 2023 Share Posted December 15, 2023 Hallo In the Squarespace store there is the price label: div class="product-price". Is there a way to hide this element on all products? I know I might not make sense for you, but I would like to use the store to only reserve a certain seminar or workshop, which is not shure, that it will be held. <div class="product-price" id="yui_3_17_2_1_1702648501249_492"> CHF 0.00 </div> Paul Link to comment
AlexSan Posted December 15, 2023 Share Posted December 15, 2023 Hello @Imager, try this: .product-price { display: none; } The product will still have the associated price, it just won't be visible. tuanphan 1 Link to comment
Imager Posted December 16, 2023 Author Share Posted December 16, 2023 Hi Alex. Thank you for your post. Price is still there. I also tried with: .product-price { display: none !important; } Link to comment
paul2009 Posted December 16, 2023 Share Posted December 16, 2023 21 hours ago, Imager said: In the Squarespace store there is the price label: div class="product-price". Is there a way to hide this element on all products? You should be able to hide it with this Custom CSS, but you said you'd tried this: .product-price { display:none!important; } Were you adding this to the start of the Custom CSS panel, or somewhere else? A link to the page will help us to see the issue. tuanphan 1 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
Imager Posted January 7 Author Share Posted January 7 Hallo Problem solved. I had another error in the code (from another) function, which prevented the above code to run. Thx. 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