Very frustrated

Jul 13, 2008 20:41

Okay, so here's the thing. All I want to do is change the color of my font. I found something that tells me how to change the colors of my links, how to totally change the whole scheme of my journal, a million other things. I've found the information here to be very useful, but I can't seem to find the very simple task of changing my font color ( Read more... )

page:links:colors, page:text:colors

Leave a comment

Comments 3

av8rmike July 14 2008, 13:25:00 UTC
The easiest way to change non-link text color is through the body element, i.e. adding the italicized line:
body {
background-color: #000000;
background-repeat: repeat-x ;
background-attachment: fixed;
color: #xxxxxx;
}You can change most of the links at once the same way:
a {color: #xxxxxx}

Reply

napoleonkomplex July 15 2008, 00:54:36 UTC
Awesome! Thanks so much! You just saved me a LOT more frustration!

Also, MAJOR icon love. Seriously. I'm gonna start saying that everywhere.

Reply

ichigotabetai January 9 2015, 06:30:09 UTC
thank youuuu

Reply


Leave a comment

Up