Can someone help me out and tell me how to remove the thick gray boxes that are around all of my product images? Like shown here: https://29and11.com/collections/pendants
Hi, @hnaegele .
Rio here from the Shopify Community team.
To remove the thick gray boxes around your product images, you will need to make a change in your theme settings. You’ll want to edit the product page to have a transparent background for your product images.
Could you please let me know which theme you are currently using? This will help me provide you with specific instructions on how to make the necessary changes. Thank you!
Hi, you can add code this at bottom file: base.css
.card .card__inner .card__media{border-radius:0;}
I hope it will help you
thankyou