• I just noticed that people were having trouble with text size in blog posts, plugins to change that, etc. I had the same problem, the regular “font size” code doesn’t seem to work there. Sometimes I want smaller text for photo captions, etc. This is what finally worked:

    <span style=”font-size: small;”>TEXT HERE</span>

    Smaller?

    <span style=”font-size: x-small;”>TEXT HERE</span>

    Smaller still?

    <span style=”font-size: xx-small;”>TEXT HERE</span>

    Bigger, just use large, x-large, etc.

    You’re welcome. 🙂

  • The topic ‘how to text smaller in blog posts’ is closed to new replies.