Home › Forums › Pro Support › Removing links › Reply To: Removing links
April 8, 2020 at 7:37 pm
#14588
Keymaster
Hi there,
You could try this:
.wp-show-posts-inner {
position: relative;
}
.wp-show-posts-entry-title a:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
Let me know 🙂