How to Enlarge Fonts on Wordpress?

3 replies
I see how to underline texts, bold text, change the text color, but how do I enlarge the text? Thanks for your info.:confused:
#enlarge #fonts #formatting #text #wordpress
  • Profile picture of the author Slazengeer
    Originally Posted by steve875 View Post

    I see how to underline texts, bold text, change the text color, but how do I enlarge the text? Thanks for your info.:confused:
    You need to add a plugin to increase the size of the font.

    http://wordpress.org/plugins/font/
    Signature
    {{ DiscussionBoard.errors[8367717].message }}
    • Profile picture of the author AnniePot
      Originally Posted by Slazengeer View Post

      You need to add a plugin to increase the size of the font.
      NO - you need to edit the Stylesheet. If you don't know how, read the Wordpress Codex and Edit the Stylesheet.
      {{ DiscussionBoard.errors[8367729].message }}
  • Profile picture of the author WillR
    A plugin would be the absolute worst option. You don't need a plugin to do simple tasks such as change the font size. You either need to edit your css stylesheet directly or use your header tags such as:

    <h1>your text here</h1>

    <h2>your text here</h2>

    <h3> your text here</h3>

    To enter those tags into your page you must be in the code editor view not the visual editor though.

    But never use a plugin to achieve something as simple as this. Plugins should be kept to an absolute minimum and it's overkill for something this simple.
    {{ DiscussionBoard.errors[8367750].message }}

Trending Topics