Archived topic
How I can place underling under links?
1 reply · Started by Former User on January 14, 2023
Viewing posts 1–2 of 2
Hello,
How I can make for links from articles to show underlined with this red color #CE0000?
Thanks,
Sara
Hi there,
Try adding this CSS:
.entry-content a {
text-decoration: underline;
text-decoration-color: #CE0000;
}
This archived topic is closed to new replies.