PNG Images not trasparent in collection pages on my site

Topic summary

A Shopify store owner reports that product images appear with white backgrounds on collection pages, despite being PNG files with transparency. The issue is visible on the site’s \

Summarized with AI on November 22. AI used: claude-sonnet-4-5-20250929.

https://peruginiabbigliamento.com/collections/tacchi
as you can see here, the fist photo of the first product has a white background, even if it has a transparent background, and it is a PNG. how can i fix this? Mr. Parker theme, thank you

Hi @pie0902 ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/stylesheet.css->paste below code at the bottom of the file:

.reveal.vertical-images .box-ratio img{
   background: transparent;
}

Hope my answer will help you.

Best regards,

Victor | PageFly

1 Like

hi, i noticed that this fixed the problem if you see the site on desktop, but on mobile view you can still see white backgrounds, what can i do?