Tagged: Pointer Events, post titles
Hello,
Is there a way to remove a post title’s link, that links to itself at the top of a single post view without using a CSS pointer-event: none?
I found this being recommended here:
https://kriesi.at/support/topic/remove-link-from-blog-post-title-on-detail-page/
The trouble is, for SEO reasons I tend to be a bit picky with my linking structures.
I had another similar post where I was having issues with the image overlay link too. But I would really prefer a way to not have to use anything like this:
.single-post .post-title.entry-title {
pointer-events: none;
}