Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #544061

    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;
    }
    #544104

    Hey lorddevi,

    What negative effect are you seeing when using that method of removing the link?

    Regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.