Site logo

Archived topic

CHANGE UNDERLINE COLOR - NO LINK

3 replies · Started by josepdlh on September 8, 2021

Viewing posts 1–4 of 4

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 :)

This archived topic is closed to new replies.