Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Product List thumbnails – square’ is closed to new replies.
Hi
Is it possible to make the thumbnail images on the Product List for Woocommerce square instead of round?
many thanks
Peter
Please ignore that request, I just discovered the answer, changing the border-radius in CSS:
.av-catalogue-image{border-radius: 400px; width:44px; float:left; margin-right:15px; }
thanks
Peter