Dawn Theme - Product Card Transparency

Solved

Dawn Theme - Product Card Transparency

jasonmartin
Tourist
11 0 2

I uploaded a custom background to my store, and the client wants the product images to be transparent.  I uploaded transparent images and for some reason, the store automatically adds a smaller version of the background to the images on the home page.   Can someone help with the images just being completely transparent?

 

Website URL is: https://shoptylerdial.com/

PW: beoffeScreenshot 2024-09-20 at 2.22.42 PM.png

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
8238 1977 2425

This is an accepted solution.

Hi @jasonmartin 

Can you take out the code in the theme.liquid and replace on the this one. Thanks!

 

.collection .card__inner {
    background: transparent !important;
}

div#collection-template--23184079618332__featured_collection {
  background-image: url(https://cdn.shopify.com/s/files/1/0891/8784/4380/files/TD_selects-852.jpg?v=1726679444) !important;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

 

And save. 

result:

Made4uoRibe_0-1726861697184.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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
8238 1977 2425

This is an accepted solution.

Hi @jasonmartin 

Can you take out the code in the theme.liquid and replace on the this one. Thanks!

 

.collection .card__inner {
    background: transparent !important;
}

div#collection-template--23184079618332__featured_collection {
  background-image: url(https://cdn.shopify.com/s/files/1/0891/8784/4380/files/TD_selects-852.jpg?v=1726679444) !important;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

 

And save. 

result:

Made4uoRibe_0-1726861697184.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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
jasonmartin
Tourist
11 0 2

Which code should I take out?  I'm not seeing it (sorry)

Made4uo-Ribe
Shopify Partner
8238 1977 2425

Oh, i didnt see it now.. I think its all good. 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.