Is there a way to put a 10px border around the images on the main product page?
Thanks!
Hey Liza728w,
Add the following CSS to your theme.scss.liquid file:
.product-single__photo { border: 10px solid #001122; }
Then edit the color to fit your needs.
please share a store url