Katniss Posted October 9 Posted October 9 I would like to remove the image area for only one of the stores. On desktop its doesn't show an empty area if I don't add images but on mobile there is an empty space. I would like to remove this space please. Thank you!
tuanphan Posted October 10 Posted October 10 Hide it on a specific product or all products belong a specific store page? Can you share link to product in screenshot? 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!)
Katniss Posted October 10 Author Posted October 10 Hide it for that specific store. here is the link to the product: https://wedge-bat-gxe7.squarespace.com/store-1/p/basic-healing-package password: holistika
tuanphan Posted October 12 Posted October 12 You can use this code to Store Page Header Injection (hover on Store page name in Not Linked/Main Navigation > Click Gear icon > Advanced) <style> figure.pdp-gallery { display: none; } </style> 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!)
Katniss Posted October 27 Author Posted October 27 Hello again! I just another quick question concerning the image removal. The code worked however there is still the image placeholder on the add to card page. See below: How can I remove it from the add to cart page as well (only for the products without an image) Thank you!
CassAggett Posted October 28 Posted October 28 @Katniss I don't believe you'd be able to hide it only for products without an image, as it appears you need to target the entire image wrapper - below code will remove this image from the cart page for ALL products (from my testing, anyway). @tuanphan may be able to confirm if it's possible to limit to only items without a preview image set. //HIDE CART PRODUCT IMAGE .cart-row-img-wrapper { display: none; } tuanphan 1 Instruction: How to set a site-wide password If this helped you, please like or mark my solution as answer so others can scroll to it quickly 👆 Cass Aggett is a Squarespace website designer for go-getting women – no matter what stage of business. WEBSITE • INSTAGRAM
tuanphan Posted October 30 Posted October 30 You can also follow this to remove image on Cart page 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment