Sorry, we don't support your browser.  Install a modern browser

Product: Option to remove round border from media#105

If there is a way to make the product image edges sharp and not round; that would be very good.
Thanks!

2 years ago

Hello!

Adding this CSS code should do the trick for now:

.product{
  --border-radius: 0px;
}

Hope this helps! :)

a year ago