Home Forums WoodMart support forum Picture border radius Reply To: Picture border radius

#523741

Hello,

Please try to use the below custom CSS code and paste it to Theme settings >> Custom CSS >> Global CSS code section:

.product-grid-item :is(.product-image-link,.hover-img) img {
     border-radius: 20px 20px 20px 20px;
}

Change the value as per your requirements.

Best Regards.