Archived topic
Underlined link on sidebar
1 reply · Started by russel on December 4, 2021
Viewing posts 1–2 of 2
How to do this with css?
Hi there,
try this:
.sidebar a {
text-decoration: underline;
}
This archived topic is closed to new replies.