View Single Post
Old 10-12-2015, 05:48 PM   #204
mr.derek
Junior Member
mr.derek began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Oct 2015
Device: Windows
link colours

Hi!

Thanks for your quick reply! After reading your post, I did some more testing - it turns out that it was the ebook that I was using as a test case - the links would not change from blue with the a{color:black} CSS entry. However, when I loaded other books, the entry worked fine to change the colour! Awesome! =)

I couldn't figure out why that specific book wouldn't change (I'm not a CSS expert) so I just used the !important tag to force it, and this worked.

Code:
a:link {
color: #ECF0F1 !important;
background:#2B2B2B !important;
}
Thanks again for your help!
mr.derek is offline   Reply With Quote