How to remove Grey Overlay From Product Thumbnail !?

Hi,

I have the following problem.

There are some gray pieces in product photos. How can I solve this? This problem is only if i wants to go to products page and view products photo. See pls screenshot’s.
I would be very grateful if anyone has a solution for this.

Hi @Abc_Medical ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

Hi,

Thanks for your message.

My store URL is:

https://abcmedicals.be/

https://abcmedicals.be/products/b-braun-folitex%C2%AE-earloop-plus-medische-mondmasker-type-iir-50-stuks

Hi @Abc_Medical ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
#main-media-container .product__media.media {
    padding-top: 330px !important;
    background-color: transparent !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like

Dear,
You are the best. You made my day :slightly_smiling_face:

Many many thanks!!!

Best regards

1 Like