Solution: Change your font to white!
1) On your Profile, click 'Edit Profile.' If you can't, see the topic "Dashboard / edit profile buttons covered.)
2) Click "Customize Appearance" on the upper right. This is where you originally customized the layout.
3) Click "Layout" & make sure you looking at the layout code, not the css code.
4) Scroll almost to the bottom & find the "Code Area." There are usually titles that tell you what part you are reading. The first line is usually: style type="text/css" **
5) There will be a few places where it says "color." If it says background color, leave it alone. If it is in a line of code that says "text" or "font" in front of it, you should change the color. Colors have 6 letters or numbers, like this: #XXXXXX. The code for white is #FFFFFF. Mine needed about 3-4 changes to get ALL the sections.
6) Click "Save changes."
P.S. The only section that can't be changed like this is the comments section. Whenever someone figues that out, please post!
Chaplainnik August 18, 2008 @ 05:18 AM
If you want to change the font colors to something other than white, find your lines that say 'font' as above. Then, use the html code for the color you want. There is an excellent, dynamic chart at: http://html-color-codes.info/ Just click on the color you want & you get the code. You can also change shade in the 2nd box, or bring a code from somewhere, paste it in the 2nd box and see what color it is.