Transparent Background Images on Collections Page for Impact Theme

Hi!

I’m trying to change my images to a transparent background (using a png. file) but it’s white right now. Already tried many CSS I found in the community but none of them worked,

Thank you

Hey, please provide store URL

Hi! It’s not published yet. Its a IMPACT Theme

You can provide a preview URL too

I already tested with the 15000mah battery beige, as you can see it’s already in PNG file but it shows white.

https://6zkhfd1iaghfvh0s-55915937865.shopifypreview.com

Seems good to me, can you provide a screenshot of the problem?

In the product page it looks good (transparent), but in the collection looks like this:

Add the following code to the bottom of your base.css file:

.bg-custom {
    background: transparent !important;
}
.product-card__info {
    background: white !important;
}

It should work, let us know :wink:

Hey @NatHypo , does this solution worked for you?