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

Solved

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

KineticWrld
Visitor
2 0 0

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

 

 

Screenshot 2023-12-25 234538.png

Accepted Solution (1)

SwiftPro-Danny
Shopify Partner
14 2 8

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

SwiftProduction_0-1703551153346.png


Hopefully, this is what you are after 🙂 

Danny
Shopify Partner @Swift Productions 

If my solution was helpful please Like & Mark as Accepted Solution - It helps us!
Swift Productions - Australia's Leading Shopify eCommerce Web Developer.

View solution in original post

Replies 3 (3)

SwiftPro-Danny
Shopify Partner
14 2 8

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

SwiftProduction_0-1703551153346.png


Hopefully, this is what you are after 🙂 

Danny
Shopify Partner @Swift Productions 

If my solution was helpful please Like & Mark as Accepted Solution - It helps us!
Swift Productions - Australia's Leading Shopify eCommerce Web Developer.
KineticWrld
Visitor
2 0 0

Thank you !! it worked

SwiftPro-Danny
Shopify Partner
14 2 8

No worries 🙂 if you have any other issues just reach out, happy to help 

 

Danny
Shopify Partner @Swift Productions 

If my solution was helpful please Like & Mark as Accepted Solution - It helps us!
Swift Productions - Australia's Leading Shopify eCommerce Web Developer.