How to remove the contour of the product picture?

Hi everyone,

I’m trying to remove the contour of the product pictures. I’ve attached images showing the current look and what I’m hoping to achieve.

Here’s the preview link to my store: https://www.rappid.run/collections/frontpage
Password: Password

Thank you in advance for your help!

Best,
Kim

Hi @KimGottwald , go to base.css and add the following code at the end of it :

.global-media-settings {
    border: none !important;
}

Thank you! :slightly_smiling_face:

Can you maybe take a look at my other question?