• Closed
  • Skrot Fooey
    Spectator
    June 14, 2014 at 3:00 am #8484

    Hi! How could I change the line-height property of the blog entries?

    Thanks!

    Wayne Nguyen
    Spectator
    Posts: 1
    June 14, 2014 at 12:08 pm #10032

    hi, You can add css in custom css: Appearance -> THeme Options -> Custom CSS

    Code:
    .entry-title, .entry-title a, .page-title {line-height:2em;}
    Skrot Fooey
    Spectator
    Posts: 9
    June 15, 2014 at 5:32 pm #10038

    Thanks!!

    In my case, I just wanted to change the body content of the blog entries, so I worked it out to be:

    .entry-content p {
    line-height: 2em;
    }

    Thank you!