Hello, Incanda,
Thank you for reaching out to us.
To adjust the border radius of the gallery images for single products, you can use custom CSS. Please add the following CSS code to Theme Options > Custom CSS > Global:
.woocommerce-product-gallery img {
border-radius: 10px; /* Adjust the value as needed */
}
You can modify the 10p` value to achieve the desired rounded corners. If you need further assistance, please let us know.
Best Regards,
8Theme’s Team