How can i remove the background of the image shape in the product card theme is dawn

Solved

How can i remove the background of the image shape in the product card theme is dawn

CaesarKhan
Tourist
8 0 2

How can i remove the background of the image shape in the product card theme is dawn
store link https://nyqxy7-x4.myshopify.com/?_ab=0&_fd=0&_sc=1

store password mystore300

Accepted Solution (1)

Moeed
Shopify Partner
7100 1906 2336

This is an accepted solution.

Hey @CaesarKhan 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.card__media {
    background: transparent !important;
}
</style>

RESULT:

Moeed_0-1740671564574.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
7100 1906 2336

This is an accepted solution.

Hey @CaesarKhan 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.card__media {
    background: transparent !important;
}
</style>

RESULT:

Moeed_0-1740671564574.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


CaesarKhan
Tourist
8 0 2

i have another featured collections below that is it possible to have that background go transparent like the one above thank you

Moeed
Shopify Partner
7100 1906 2336

Hey @CaesarKhan 

 

Keep the previous code and add this new code above </style> in the end of theme.liquid file.

.card__inner.color-scheme-2.gradient.ratio {
    background: transparent !important;
}

RESULT:

Moeed_0-1740672404858.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications