Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #505834

    Hi there!

    When I am on a specific blog post and hover over the h1 text, it’s showing up as a link, but links to the exact same page I’m on. How can I remove the link there? I’d still like to keep it on the blog homepage/scroll page, just remove it from the actual post page. Thanks!

    #505929

    Hi websiteworkers!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Cheers!
    Yigit

    #505989

    Thanks so much!

    #506104

    Hey!

    Glad you got it short out!
    We will be happy to help with anything else, regarding our themes.

    Cheers!
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove link from blog post title on detail page’ is closed to new replies.