How do I increase the size of my text?

  • Unknown's avatar

    Hello! I’d like to increase the size of my text from 3 to 4. However, the theme I’m using allows a max size of 3. How do I do this?

    The blog I need help with is: (visible only to logged in users)

  • This CSS increases the font size of post titles and content.

    /* Post title size */
    body.blog #content .post .entry-title  a {
          font-size: 30px; /* Originally 21px */
    }
    
    /* Post content size */
    body.blog #content .post .entry-content  p {
        font-size: 20px; /*Originally 15px */
    }

    Please add this and feel free to let me know if you need anything else :-)

  • The topic ‘How do I increase the size of my text?’ is closed to new replies.