Change Text Color
-
Hi,
I’m using ComicPress, Boxed theme and am trying to change the color of the text where below my comic is (my website is arrocomic.com). I’d like to change both the link text and potentially the plain text as well. I added in the following code to my stylesheet, based on the advice given in another forum thread:
a {
color: #d47a1a;
text-decoration: none;
}a:hover {
color: #4a7279;
text-decoration: underline;
}And this changed the hover text color, but not the unclicked link text.
I’d love to get some advice if anyone has any!
Thanks so much,
Alison
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Change Text Color’ is closed to new replies.