• Hi all, my first message, big newbie here, dont be afraid ??

    Ive searched this forum and found several ways to change secondary fonts (title or headers) color but not the main font or the body font color of the entire document in this particular theme, Twenty Ten 1.1.

    Ive gone through the entire style doc and couldnt find where to change the color of the “main font” so to speak. CSS has proven to be more complicated than I expected.

    anyway any help would be great, thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • You need to edit the “style.css” file which can be found in your theme’s directory. I assume you’re trying to change the text color of post entries?

    Find:

    #content, #content input, #content textarea {
        color: #333333;
        font-size: 16px;
        line-height: 24px;
    }

    Then just change the color.

    BeardSquad, I did that in the style.css file changed the color code, but nothing seems to change on the site, I don’t know why these changes are not taking affect, i tried various color codes.

    sometimes it could be another category in the sheet that you can change to give you the color you want.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change font color (body) in Twenty Ten’ is closed to new replies.