everscar Posted October 10, 2022 Share Posted October 10, 2022 Site URL: https://www.ddoubleshome.com/shop I'm trying to hide the price for all products however the code I have used only hides the price of the product on the product page itself. Any help would be greatly appreciated! Link to comment
Ziggy Posted October 10, 2022 Share Posted October 10, 2022 Hi, try this: // hide price .products.collection-content-wrapper .grid-prices { display:none; } // hide sale lable .products.collection-content-wrapper .grid-meta-status { display:none; } everscar 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
everscar Posted October 10, 2022 Author Share Posted October 10, 2022 Thank you so much it worked perfectly! Is there also a way to hide the cart icon? Link to comment
Ziggy Posted October 10, 2022 Share Posted October 10, 2022 Where do you want to hide the cart icon? Which pages? If you want to hide the cart on all pages, you can switch it off on in the header settings. everscar 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
everscar Posted October 11, 2022 Author Share Posted October 11, 2022 20 hours ago, Ziggy said: Where do you want to hide the cart icon? Which pages? If you want to hide the cart on all pages, you can switch it off on in the header settings. Thanks! I've kind of ran into another problem. The pricing still shows up for related items. How do I remove that? And also I'd like to hide any options for the product without having to delete any of the options so I can use them in the future. Link to comment
Ziggy Posted October 11, 2022 Share Posted October 11, 2022 Add this: .product-price { display:none; } and this: .ProductItem .ProductItem-details .variant-option { display:none; } everscar 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
everscar Posted October 11, 2022 Author Share Posted October 11, 2022 1 hour ago, Ziggy said: Add this: .product-price { display:none; } and this: .ProductItem .ProductItem-details .variant-option { display:none; } Is there a way to allow custom forms to show? Link to comment
Ziggy Posted October 11, 2022 Share Posted October 11, 2022 14 minutes ago, everscar said: Is there a way to allow custom forms to show? As in the custom product forms? These only show when adding the cart and a purchase is made. You can add form blocks to most pages is that's helpful. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
everscar Posted October 11, 2022 Author Share Posted October 11, 2022 4 hours ago, Ziggy said: As in the custom product forms? These only show when adding the cart and a purchase is made. You can add form blocks to most pages is that's helpful. I would need the form block for every individual product an I'd want them to submit it for asking for a quote of the product. Am not sure if that is possible Link to comment
Ziggy Posted October 11, 2022 Share Posted October 11, 2022 9 minutes ago, everscar said: form block for every individual product This is certainly where the custom purchase form is useful, but if you're not going through the purchase process, then you need to use a form block on each product, yes, this would be lengthy to set up. You could have a request quote page, with one form and a dropdown in the form to select which product you want a quote for, you could then just put a button on each product page, but that isn't necessarily a great user experience. tuanphan 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
tuanphan Posted October 15, 2022 Share Posted October 15, 2022 On 10/11/2022 at 9:10 PM, everscar said: I would need the form block for every individual product an I'd want them to submit it for asking for a quote of the product. Am not sure if that is possible You can also add a Form Block to Footer, then we can use code to move it to all Products. So you only need to insert the form once. 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
Create an account or sign in to comment
You need to be a member in order to leave a comment