vincent-royer
5/12/2020 - 9:03 AM

Blog module clickable card

/* Blog module entire card clickable */
.et_pb_post {
position: relative;
}
.et_pb_post .entry-title a:after {
position: absolute;
display: block;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.et_pb_post:hover {
cursor: pointer;
}