Home Forums Lorina Change border radius of product images Reply To: Change border radius of product images

#12909
Andy
Keymaster

I missed the main single product image, and the CSS above only does the upsell products, sorry about that!

For the large single product image add this CSS:

.woocommerce-product-gallery__image {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}