Re: Transparent collection image not fitting well.

Solved

Transparent collection image not fitting well.

Knapris
Tourist
4 0 0

Hello, as you can see in the provided image I got my collection images to be transparent. The problem is that its not fully the right shade and its also not fully transparent. It is has if the picture is in the top left corner instead of where I placed it.

 

Much appriciated if someone could help me fix.testredditimage2.pngimage2.png

Accepted Solution (1)
Moeed
Shopify Partner
5005 1331 1610

This is an accepted solution.

Hey @Knapris 

 

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__inner.color-background-2.gradient.ratio {
    background: transparent !important;
}
</style>

RESULT:

Moeed_0-1695470143620.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
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
5005 1331 1610

Hey @Knapris 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Knapris
Tourist
4 0 0

770e15-3.myshopify.com is the store url, I dont see why  I would give you my password though..

 

Moeed
Shopify Partner
5005 1331 1610

This is an accepted solution.

Hey @Knapris 

 

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__inner.color-background-2.gradient.ratio {
    background: transparent !important;
}
</style>

RESULT:

Moeed_0-1695470143620.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
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Knapris
Tourist
4 0 0

Thank you so much

Moeed
Shopify Partner
5005 1331 1610

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️