We do not provide support for hacks, so use them at your own risk. If you're not comfortable with coding, we recommend against using this workaround.
With this hack, you make an entire slide clickable inside of a CoverSlider as opposed to just having a 'view more' button (the button will be hidden). To do so, just add this custom CSS under Customize > Advanced > Custom CSS.
.view-project {
bottom: 0 !important;
}
.view-project a {
color: transparent !important;
border-color: transparent !important;
height: 100vh !important;
width: 100% !important;
background: transparent !important;
}
.view-project a:hover { background: transparent !important; }
That's pretty much it! Each of your CoverSlider's slides should now be clickable.