/* 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; }