Post Font Size Problem

by 2 replies
3
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
#programming #font #post #problem #size
  • 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"
    • [ 1 ] Thanks
    • [1] reply
    • You are a Star Karen, thanks

Next Topics on Trending Feed

  • 3

    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?