How Do i Remove Background from featured collection even though image has background already removed

Hi KineticWrld,

Depending on your theme you might be able to do it in your customise theme section, if you can not, the easiest and quickest way is just to do it via CSS. Go to Admin > Online Store > Edit Code (under the 3 … near the ‘customise’ button) > search for ‘component-card.css’ and then just add this at the very top.

.card--card.gradient,
.card__inner.gradient {
    background: transparent !important;
}

this will end up looking like this

Hopefully, this is what you are after :slightly_smiling_face:

Danny
Shopify Partner @Swift Productions