Color of hyperlinks do not change even after clicking them

The links have color red. How do I make them change once a user clicks/visits those links?

Thanks

Use a:visited selector

I did not understand this. Can you please explain in simple words?
Sorry for trouble

Try this: CSS :visited Selector

You’ll have to override the :visited for your links.

5 Likes

Thanks a lot. It worked

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.