Hi there,
I understand that you would like to make the products round by changing the radius of your border. You can definitely achieve this by adding a custom CSS to your site from Appearance → Additional CSS. You can add the following CSS code:
css
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
border-radius: 50%;
}
This code will apply a round border (border-radius: 50%) to all the product images on the product catalog, archive, and single product pages. If you want a less rounded border, you can change the percentage accordingly. For example, for a slightly rounded border, you could use 10% or 20%.
Note: We can’t provide support for code customization as per our support policy. Still, if you need customization, we do our best to offer advice and direct you to appropriate resources. Based on the feedback we get from our customers, we highly recommend contacting one of the services on our Customization page.