Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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.

  •  4,774
    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;
    }