Archived topic
How To Remove Link Underline from specific text
3 replies · Started by Brent Wilson on June 12, 2022
Viewing posts 1–4 of 4
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?
Hi there,
Try this CSS:
.presenters_container a {
text-decoration: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Okay, that CSS seems to have worked! Thanks!
No problem :)
This archived topic is closed to new replies.