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:
In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
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!