Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1597270
posts font
Closed

Comments

  • Catutzi started the conversation

    Hi,

    What settings should I use in order to have the same font size and type for blog entries?

    I want to have the same font size and type for the entire post entries the same as the preview post entry.

    Please see the attachment for more info.

    Thank you.

  •  5,055
    Michael replied

    HI!

    pls. use following css:

    .post-title .entry-title span {
        font-size: 50px !important;
        line-height: 1 !important;
    }
    .post-text .summary p {
        font-size: 18px !important;
        line-height: 30px !important;
    }