Hi, I've added the following code to my stylesheet to make the siteinfo text all white but for some reason the links are still appearing as red. Anybody have any ideas? I'm baffled
If you want to view the whole stylesheet, here's the link.
Thanks in advanceCode:#siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP { text-align: left; background-color: #000000; color: #ffffff; } #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP a ul li{ color: #ffffff; } #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP a:hover{ color: #ffffff; }![]()



