How to change the visited links color and not affect the header/footer menu?
-
Hello everyone!
I’m trying to change the visited links color and I have no idea how, it changes to white but my background is white and every time I open a link it seems to disappear because it blends with the background, I want it to stay the same color as if I hadn’t clicked on it yet. I tried with this code:
#page a:visited {
color: #803042;
}But it turns my header and footer menus to that color, as well as some buttons. I just want any link on my website to NOT change color after being visited.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘How to change the visited links color and not affect the header/footer menu?’ is closed to new replies.
