Home › Forums › Support › How To Remove Link Underline from specific text This topic has 3 replies, 2 voices, and was last updated 3 years, 2 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 12, 2022 at 5:08 pm #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? June 12, 2022 at 7:39 pm #2251460 LeoStaff Customer Support Hi there, Try this CSS: .presenters_container a { text-decoration: none; } Adding CSS: https://docs.generatepress.com/article/adding-css/ June 12, 2022 at 10:02 pm #2251528 Brent Wilson Okay, that CSS seems to have worked! Thanks! June 13, 2022 at 10:34 am #2252289 LeoStaff Customer Support No problem 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In