Transparent image backgrounds showing as black

Hey there

I’m using the impulse theme and Images I’m uploading as collection images or as images in sections that have a transparent .png background are showing up as black.

Is there a handy way round this?

Site is https://hoopspin.myshopify.com/

Thanks in advance for any help!

The image containers have a background color applied to them. You can put this at the bottom of your theme.css.liquid file in your assets folder:

.image-wrap {
    background-color: unset;
}
1 Like

Thanks so much that worked perfectly. I will contact you if i need any edits!