Archived topic
Underline or Change Colour of Hyperlink in Copyright Section
3 replies · Started by Janine on February 23, 2021
Viewing posts 1–4 of 4
Hi.
How can I make the hyperlinks in the COPYRIGHT section (the footer bar) underlined?
Thank you.
Hi there,
add this CSS:
.site-info a {
text-decoration: underline;
}
Thank you, David. This is precisely what I wanted.
Glad to be of help!
This archived topic is closed to new replies.