Add this code to Pages › Website Tools › Custom CSS
.product-block-content {
position: relative;
}
.product-title:after {
content: '';
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2;
}
Now you have the whole card clickable.
On this page