Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #461750

    I’ve always used this quick css rule to remove link from the post title (tag h1):

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

    but it does not work anymore. Can you help me, please?

    #461918

    Hey Nicola!

    Please try following one

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

    If that too does not work, please post the link to your website.

    Best regards,
    Yigit

    #461987

    Hi Yigit, it does not work for me.
    Site and post page is here

    #462002

    Hey!

    Would you like to disable the link in title bar? If so, please use following code

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

    Best regards,
    Yigit

    #462005

    Yes. that’s perfect! thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove link from the post title’ is closed to new replies.