tommyosama Posted August 14, 2023 Share Posted August 14, 2023 When I upload some transparent images to a gallery or store page, the background is gray. Is there a way to remove that? Here are some examples: Link to comment
tommyosama Posted August 14, 2023 Author Share Posted August 14, 2023 The second one is for a store page. Link to comment
kalevi Posted August 14, 2023 Share Posted August 14, 2023 Unfortunately, I can't see your sample pictures. One of the reasons may be that there is a set overlay on the images under Site Styles. You can remove it throughout the entire website or from each image individually. Overlay.mov Link to comment
tommyosama Posted August 15, 2023 Author Share Posted August 15, 2023 On 8/14/2023 at 12:27 AM, kalevi said: Unfortunately, I can't see your sample pictures. One of the reasons may be that there is a set overlay on the images under Site Styles. You can remove it throughout the entire website or from each image individually. Overlay.mov I can't seem to find the menu you opened. I believe I'm on Squarespace 7.0. Link to comment
tuanphan Posted August 16, 2023 Share Posted August 16, 2023 Can you share link to a page where you we can see image? We can check easier 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
tommyosama Posted August 17, 2023 Author Share Posted August 17, 2023 21 hours ago, tuanphan said: Can you share link to a page where you we can see image? We can check easier The website is https://cow-scarlet-xs8t.squarespace.com/store and the password is "welcome". Link to comment
Solution tuanphan Posted August 18, 2023 Solution Share Posted August 18, 2023 On 8/17/2023 at 12:57 PM, tommyosama said: The website is https://cow-scarlet-xs8t.squarespace.com/store and the password is "welcome". You can add this to Design > Custom CSS (or Website > Website Tools > Custom CSS) #productList .product .product-image .intrinsic>div { background-color: transparent !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
tommyosama Posted August 19, 2023 Author Share Posted August 19, 2023 13 hours ago, tuanphan said: You can add this to Design > Custom CSS (or Website > Website Tools > Custom CSS) #productList .product .product-image .intrinsic>div { background-color: transparent !important; } Thanks a lot! If you don't mind me asking, how do I make these images into an aspect ratio of 1:1? I want to have them be a consistent size. Link to comment
tuanphan Posted August 21, 2023 Share Posted August 21, 2023 Try this CSS code then save & reload the site .intrinsic { padding-bottom: 100% !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