When I try to change the universal link colors in my stylesheet, they stay at a default blue no matter what I do. Help would be appreciated (it's probably a dumb question, but I'm pretty new to CSS). Thanks!
http://zombiekim.com/wordpress/
When I try to change the universal link colors in my stylesheet, they stay at a default blue no matter what I do. Help would be appreciated (it's probably a dumb question, but I'm pretty new to CSS). Thanks!
http://zombiekim.com/wordpress/
in css,
there is no font-color - simply color
there is no o (small letter o) in color codes - just 0 (zero)
Thank you, that did the trick! Looks like I also had to remove the ":link" from "a:link". Huge help!
This topic has been closed to new replies.