Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #611567

    Hi, I would like to get rid of the “permanent link” hover text which you get when you hover over a title. I had previously got rid of this using custom css

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

    However, this seems to not work now (possibly since upgrade of Enfold?)

    Is there another code I could use?

    #611743

    Hey andrea,

    Try the following instead:

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

    Regards,
    Rikard

    #611782

    perfect – thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Get rid of hover text: permanent link’ is closed to new replies.