Font color issue solved!

Apr 27, 2008 20:35

Well that took long enough. Thank you s2expressive and this link, though it's important to note that the "Global Head" tag stuff in the code? Meant for S1, not S2. No wonder it wasn't working! For those interested, if you want to change your font and link color for the main part of your journal (this doesn't affect any components you have on the side like links or tags...haven't worked that one out yet), this is what you stick in the custom CSS box:

body {
color: #hexidecimal;
}
a {
color: #hexidecimal;
}

Replacing "hexidecimal" with the color you want of course. Stupidly simple isn't it? I can actually read my journal now, yaaaaay.

It's the simple things in life.

font color, css, blog

Previous post Next post
Up