Archived topic
Remove underlines from certain links (on sidebars and front page)
3 replies · Started by Sarina on November 7, 2022
Viewing posts 1–4 of 4
I have set to underline all links on the pages . But I would like to remove the underlines on sidebar links and the from front page links
Can you tell me how to do this?
Hi there,
try adding this CSS to your site:
.sidebar a {
text-decoration: none;
}
Thanks
You're welcome
This archived topic is closed to new replies.