Forums

Change default text color in posts and comments (6 posts)

  1. hanzzsolo
    Member
    Posted 2 years ago #

    Which file determines the color of the text in posts and comments and how do I change it.

    Thank You

  2. rachaellt09
    Member
    Posted 2 years ago #

    The file you want to change is style.css

    You can get to this file through Appearance - Editor - Stylesheet

    I am not sure which area you will have to change. I have been changing some of mine to see but I haven't figured it out yet. When I do I will let you know.

  3. rachaellt09
    Member
    Posted 2 years ago #

    When you open up the Stylesheet, there will be a "body" section. Mine looks like this:

    body{
    font:12px Arial, Helvetica, Verdana, sans-serif;
    color:#252525;
    background:#42709F url('images/main-bg.jpg') 50% 0% no-repeat;
    text-align:center;
    margin:0;
    padding:0;
    }

    change the color there for the text in posts. (So you would replace color:#252525)

  4. rachaellt09
    Member
    Posted 2 years ago #

    This also changes the color of the text in the comments...

    Hope I helped :)

  5. hanzzsolo
    Member
    Posted 2 years ago #

    OK Tried that but it didn't seem to work. Trying to go to WHITE the color code I have is #ffffff for white.

  6. rachaellt09
    Member
    Posted 2 years ago #

    #FFFFFF is the HTML color code for white...

    Copy and paste the body portion of your stylesheet here so that we can compare

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags