Viewing 3 replies - 1 through 3 (of 3 total)
  • In your css file (style.css):

    body {
    color:#FFFFFF;
    font-family:Arial,Tahoma,Verdana;
    font-size:12px;
    }

    change
    color:#FFFFFF;

    to a color you want, try black:
    color:#000;

    Thread Starter drumming207

    (@drumming207)

    Thank you, Valdi. Your help is much appreciated.

    If you want to change only the post content text color, change .postarea to:

    .postarea {
    color:#000;
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#FFFFFF url(images/homepagetop.gif) no-repeat scroll center top;
    border:1px solid #DDDDDD;
    float:left;
    margin:0 0 10px;
    padding:10px;
    width:588px;
    }

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Main Text is White’ is closed to new replies.