DAWN THEME: Transparent/PNG images displaying grey border.

Solved

DAWN THEME: Transparent/PNG images displaying grey border.

TOE_BEE
Shopify Partner
19 0 3

When in the collection page I currently see a grey border around my products when they should just blend to the background of the theme. The theme I'm using Dawn. 

 

The theme is built in shopify's testing environment so I can make all aesthetic changes needed without affecting my current products/website. I'm not sure if this URL can be viewed but here it is - https://tobys-test-store-dac.myshopify.com 

 

I know there's a few articles around this however all attempts I've tried do not result in the backgrounds being transparent/ removes the grey background for product shots. 

 

 

Accepted Solution (1)
Moeed
Shopify Partner
4992 1328 1610

This is an accepted solution.

Hey @TOE_BEE 

 

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>
.media.media--transparent.media--hover-effect {
    background: white !important;
}
</style>

RESULT:

Moeed_0-1723037018089.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 7 (7)

Moeed
Shopify Partner
4992 1328 1610

Hey @TOE_BEE 

 

Your website is password protected, can you share your website password as well?

 

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. ❤️

BSS-TekLabs
Shopify Partner
2093 618 722

Can you share password @TOE_BEE 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
TOE_BEE
Shopify Partner
19 0 3

The store password is goltea

@BSS-TekLabs @Moeed 

 

Thanks for the speedy response

Moeed
Shopify Partner
4992 1328 1610

This is an accepted solution.

Hey @TOE_BEE 

 

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>
.media.media--transparent.media--hover-effect {
    background: white !important;
}
</style>

RESULT:

Moeed_0-1723037018089.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. ❤️
TOE_BEE
Shopify Partner
19 0 3

This worked, thank you Moeed

Moeed
Shopify Partner
4992 1328 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. ❤️
BSS-TekLabs
Shopify Partner
2093 618 722

- Here is the solution for you @TOE_BEE 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

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

- Here is the result you will achieve:

BSSTekLabs_0-1723037019139.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now