how to remove the black border of the picture on the product page?

1 Like

Hi,

Can you write the solution in the reply area? Thank you so much.

Apply CSS ‘border: none’ for that specific element

Can you write the modified CSS code? Thank you in advance.

Can you share your shop url? I will go through it and fix accordingly.

Hi @Yongjet,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at the bottom of the file → Save

.product-media-container{border:none !important}

Hope my solution works perfectly for you.

Cheers!

Oliver | PageFly

2 Likes

Hi,

It works perfectly. Thank you so much.

You are welcome. I’m glad when I can help you :heart_eyes: