Home › Forums › WoodMart support forum › Picture border radius › Reply To: Picture border radius
December 21, 2023 at 4:04 pm
#523741

Aizaz Imtiaz Awan
Keymaster
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.