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