Hello,
I have checked and see that HTML structure does not allow us to remove clicking on all the products. Product image is the link to the product page and when I make it unclickable, the shopping cart and quick view are getting unclickable as well.
Try this code:
.product-grid-item .product-title a:hover, .product-title a:hover{
pointer-events:none;
}
.popup-quick-view .entry-summary .entry-title a,
.product-grid-item .product-title a:hover, .product-title a{
pointer-events:none;
}
Best Regards