Changing the size of the font in posts

  • Unknown's avatar

    Hi,
    I can’t seem to figure out how to change the size of the post font in Imbalance2. I have the CSS upgrade, and it worked great for changing the size of the headings and body text, but the font size inside my individual posts is still too big. I would just like it to be the same size as the ‘body text’, which I chose as -1.
    Could anyone help me with this?

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

  • Unknown's avatar

    Because you have already updated the font size once via the Appearance → Custom Design → Fonts panel, you need to use more specific CSS to override that now. One way to do it is by using “!important”

    .entry-content {
    	font-size: 80% !important;
    }
  • Unknown's avatar

    Thanks a lot, that worked!

    Unfortunately, the vertical spacing (leading?) between each row remained large, so now there is too much blank space between each line of text. Is there another bit of css that could address that?

    Thanks very much for your time by the way.

  • Unknown's avatar

    Never mind, it looks like I’ve found a solution.

    Thanks again for your first response!

  • The topic ‘Changing the size of the font in posts’ is closed to new replies.