Archived topic
How to give visited Links different colour
1 reply · Started by Karsten on January 16, 2022
Viewing posts 1–2 of 2
Hey friends,
I use this CSS for text decoration which is ok. Now I need additional code for mark up of visited links. Please help. Thank you
`.entry-content p a {
text-decoration: underline;
}
Hi there,
This should help:
https://www.w3schools.com/cssref/sel_visited.asp
This archived topic is closed to new replies.