Add this code to Pages › Website Tools › Custom CSS
.summary-item .summary-title a:after {
content: '';
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2;
}
.summary-metadata-container a {
position: relative;
z-index: 3;
}
Now you have the whole card clickable. It still allows to click categories, etc.
On this page