I would like to remove the black borders around my images on my product pages, but I don’t know how to do it

Hello,

I would like to remove the black borders around my images on all my product pages, but I don’t know how to do it.

Hi @embracethegrind ,
Please share your store url and password, if password protected.
Thanks
Manoj

Hello @embracethegrind ,

Here are the steps to apply the necessary changes in your Shopify store:

  1. In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.

  2. Locate Asset > base.css and paste the following code at the bottom of the file:

.global-media-settings {
    border: none !important;
}
.product-media-container.constrain-height.media-fit-contain {
    border:none !important;
}

Let me know if you need further assistance!