Hi, I am seeking help in eliminating a gray border around my transparent product image. The website URL is BreathEase.co - I have attached the photo I am referring to.
Hello @HunterHewitt
Welcome to Shopify Community.
Kindly please add below CSS in base.css file.
body .image-with-text .image-with-text__media-item>* {
border: unset;
}
OUTPUT:
Thanks
1 Like