Site logo

Archived topic

how can i change color of the underline of the link

3 replies · Started by renos on January 15, 2023

Viewing posts 1–4 of 4

I'm having trouble figuring out how to only change the color of the underline link in the body of an article. Is it possible?

Hi there,

Try this CSS:

body .inside-article a {
    text-decoration-color: red;
}

Thank you that works perfectly.

You are welcome   :)

This archived topic is closed to new replies.