Tagged: , , , ,

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

    Hi! This must of been asked before, but I couldn’t find it by searching.

    On blog posts, the link that displays the blog name links to the same page. This is a stupid feature from SEO perspective, and shouldn’t be by default.

    How do I remove that link?

    #396514

    Hi QBDSwedenAB!

    use this code in Quick CSS:

    .entry-content-wrapper .post-title {
    pointer-events: none;
    }
    

    Cheers!
    Andy

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