[Resolved] How To Remove Link Underline from specific text

Home Forums Support [Resolved] How To Remove Link Underline from specific text

Home Forums Support How To Remove Link Underline from specific text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2251400
    Brent Wilson

    I am struggling to figure out the CSS to remove text link underline from some specific text. I have tried text-decoration: none but that doesn’t seem to be working. Maybe I am targeting it wrong or something. Can you please help me with this?

    #2251460
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .presenters_container a {
        text-decoration: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #2251528
    Brent Wilson

    Okay, that CSS seems to have worked! Thanks!

    #2252289
    Leo
    Staff
    Customer Support

    No problem 🙂

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