I am developing a website.
When I click on a link, it turns blue.
I don’t want the color to change and I want all links to retain their original color. I have set all tags in css to transparent, but to no avail.
How do I prevent the link from turning blue using CSS or HTML?
2
Answers
It gets visited color when you click on your logo and text. You can solve this problem by declaring the visited color of the hyperlink.
Example:
Simple css fix right here 😉