Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Black background showing up on Home page products

Solved

Black background showing up on Home page products

AboveTheSun
Tourist
12 0 1

Hello everyone, Ive done multiple searches and applied the codes marked as "accepted solutions" with zero results. I've also asked a similar question on forum without any help either. So I'm hoping someone can finally provide some assistance! I have PNG images with transparent backgrounds. On the individual Product pages the images show up just as they should. However on my Home page under the 'Featured Products' the products are being displayed with a black BG. It's also doing this under the 'You May Also Like' section. My website is https://www.isaactaylor.productions/ thanks!

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9039 2160 2665

This is an accepted solution.

Hi @AboveTheSun 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

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

 

And Save. 

Result:

Made4uoRibe_0-1713984747906.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 4 (4)

codexecom
Shopify Partner
60 9 13

Hey @AboveTheSun 

Please Follow these steps,

Step 1: Go to admin pannel
Step 2: There are two options CUstomize and three dots(.) , click on three dots and goto edit code

Step 3: Find component-card.ss file
Step 4 : paste the code at the  last of file
.product-card-wrapper .card__inner {
background: transparent !important;
}

 

Need Freelance Shopify Developer, Designer or For further Discussion
Reachout me on whatsapp:+91 919721741072 or , Skype: https://join.skype.com/invite/sDrWRlIVb20I

Made4uo-Ribe
Shopify Partner
9039 2160 2665

This is an accepted solution.

Hi @AboveTheSun 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

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

 

And Save. 

Result:

Made4uoRibe_0-1713984747906.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
AboveTheSun
Tourist
12 0 1

Thanks a lot my friend! Worked great 🙂

Made4uo-Ribe
Shopify Partner
9039 2160 2665

Welcome, good to hear that it help. Please, hit likes also it would be a big help for me. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.