Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello. I am starting up a store but whenever I upload an image thats a png, the background is automatically turned white! Please help!
store front is currently https://bad-days-are-temporary.myshopify.com/
PW: bobaos
Hello @GeloyC
It's displaying normally on my end, please feel free to share more information with me if you need any further help. Here's the link for reference: https://prnt.sc/rlOKJ715vXgs
Looking forward to your response.
Best regards,
GemPages Support Team
It occurs when you go into the product page itself
Hi @GeloyC
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
I see the background color is by default White, if you need to change the background color then please add this css in your bottom of the css file:
<style>
.product-media-container.constrain-height .media {background-color: #000;}
</style>
Regards,
San
If it’s helpful to you, please mark it as a solution.
Need Help with Shopify Design, Migration, Speed, or Custom tasks?
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin
Tried doing that. Now the background is black. I added the code to section-featured-product.css because when I tried adding that code to the pages CSS it put out an error.