Post Font Size Problem

by KenJ
2 replies
I have just installed a new wordpress blog using the default theme. The text in the first post is very small. I have other blogs where this hasn't happened with this theme.

Where in the appearance should I look to change the font size?

Thanks in Anticipation

Kenj
#font #post #problem #size
  • Profile picture of the author Karen Blundell
    Ken, go to Appearance--->Editor

    you will want to work with style.css and look for

    Code:
    /* =Global Elements
    -------------------------------------------------------------- */
    then look for this:

    Code:
    body,
    input,
    textarea {
        color: #666;
        font-size: 12px;
        line-height: 18px;
    }
    make your change and "save"
    Signature
    ---------------
    {{ DiscussionBoard.errors[2881973].message }}
    • Profile picture of the author KenJ
      You are a Star Karen, thanks
      {{ DiscussionBoard.errors[2882083].message }}

Trending Topics