yooper906 Posted February 29 Share Posted February 29 I've been adding product photos to my shop and each photo added appears behind the previous image in the product gallery. I'm using png since that are already added to my site for other uses, do I have to upload separate images with a white background for use in the shop? I'd really rather not have to create, save, and add two versions of each product photo for my entire inventory. Beyondspace 1 Link to comment
Beyondspace Posted March 1 Share Posted March 1 4 hours ago, yooper906 said: I've been adding product photos to my shop and each photo added appears behind the previous image in the product gallery. I'm using png since that are already added to my site for other uses, do I have to upload separate images with a white background for use in the shop? I'd really rather not have to create, save, and add two versions of each product photo for my entire inventory. we can use some css tweaks to add a white background to each slide, could you share the site url? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
yooper906 Posted March 7 Author Share Posted March 7 I just ended up doing jpeg versions of everything. Though I am now having an issue where I can't change the font for the product prices on the product pages. It doesn't respond to any changes in the theme and no CSS I've tried has worked either. I added custom css to change the font for product page headings, so I assume it somehow is messing with the price below it, but I can't figure out how. Link to comment
yooper906 Posted March 7 Author Share Posted March 7 (edited) The site isn't public yet. https://www.yooperlife.net/ pw: Yooperl1f3 Edited March 7 by yooper906 typo Link to comment
tuanphan Posted March 8 Share Posted March 8 On 3/7/2024 at 7:13 AM, yooper906 said: The site isn't public yet. https://www.yooperlife.net/ pw: Yooperl1f3 If you can't change product price size on Site Styles, use this code to Website > Website Tools > Custom CSS /* product price */ .product-price { font-size: 30px !important; } 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
yooper906 Posted March 9 Author Share Posted March 9 @tuanphan that worked, but it changed the price size on all the image blocks on the page as well. Is there something I can add so it only effects the pricing on the item-view/product page? Thanks! Link to comment
tuanphan Posted March 10 Share Posted March 10 9 hours ago, yooper906 said: @tuanphan that worked, but it changed the price size on all the image blocks on the page as well. Is there something I can add so it only effects the pricing on the item-view/product page? Thanks! Use this new code /* product price */ body.view-item .product-price { font-size: 30px !important; } 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