CSS will not change link color!
-
I have orange links on my site and would really like not to. I keep trying to change the css to different color codes but it will not change the color!
this is what i have in my style sheet
/* Links */
a {
color: #8B008B;
text-decoration: none;
}
a:focus,
a:active,
a:hover {
text-decoration: underline;
}(#8B008B; is not orange if you noticed!)
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘CSS will not change link color!’ is closed to new replies.