Archived topic
CHANGE UNDERLINE COLOR - NO LINK
3 replies · Started by josepdlh on September 8, 2021
Hi,
There's any possibility to change the underline's color without adding a link.
I already checked here and doesn't work for me:
https://generatepress.com/forums/topic/link-underline-and-color-change/
Hi there,
Any chance you can link us to the site in question and point us to the text that you want to add the underline to?
You can use the private information field.
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
There's no CSS class for the underlined text, so it's very difficult to target.
Give this CSS a try, not sure if it will work for all of them:
.entry-content p span {
text-decoration-color: red !important;
text-underline-offset: -5px;
text-decoration-thickness: 10px !important;
}
Let me know if you need further assistance :)