How to remove the contour of the product picture?

Solved

How to remove the contour of the product picture?

KimGottwald
Trailblazer
230 0 33

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

 

Bildschirmfoto 2024-10-31 um 11.46.06 PM.png

Accepted Solution (1)

Abdosamer
Shopify Partner
919 171 191

This is an accepted solution.

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

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

View solution in original post

Replies 2 (2)

Abdosamer
Shopify Partner
919 171 191

This is an accepted solution.

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

.global-media-settings {
    border: none !important;
}
KimGottwald
Trailblazer
230 0 33

Thank you! 🙂

Can you maybe take a look at my other question?