Uploading PNG For Product Photo With Transparent Background But It's Showing Grey? (Ride Theme)

I’ve uploaded my png with a transparent background, but a grey background still keeps showing up. How do I make it transparent?

Would appreciate any help!

Thanks

Hey @Yoto11 ,

You will need to edit your theme’s code in order to remove the grey.

Head into your theme code and find where product photos are displayed (probably in product.liquid or a similar file). They would be in an TML tag. Next, find the background-color: hsl(0, 0%, 90%) CSS part and change it to background-color: transparent.

Although this solution entirely depends on your individual theme’s code, would you mind sharing your website URL with me so I can take a closer look?

Look forward to hearing from you!

1 Like

hi moira,

my website URL is https://provenant.myshopify.com/

thank you!

Hi Moira, thank you for the tip, seems like I’m still unable to find the product.liquid section that has a TML tag.

This is my website URL

https://provenant.myshopify.com/

Any further help would be much appreciated!