All things Shopify and commerce
How Do i Remove Background from the featured collection even though the image background is already removed
it has no background when you go into the actual individual product when it comes to featured collection its still
here is my store so you can check it out
https://e09696-6.myshopify.com
Solved! Go to the solution
This is an accepted solution.
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 🙂
Danny
Shopify Partner @Swift Productions
This is an accepted solution.
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 🙂
Danny
Shopify Partner @Swift Productions
Thank you !! it worked
No worries 🙂 if you have any other issues just reach out, happy to help
Danny
Shopify Partner @Swift Productions
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025