Hi
How can I adjust the border radius of the gallery images for single products?
Thanks!
This topic has 3 replies, 2 voices, and was last updated 12 hours, 47 minutes ago ago by Incanda
Hi
How can I adjust the border radius of the gallery images for single products?
Thanks!
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
Hi
Perfect – thank you!
Leentjie
The issue related to '‘Border radius of gallery images for single products’' has been successfully resolved, and the topic is now closed for further responses