Okay
  Public Ticket #163508
How to change post font?
Closed

Comments

  • Aran started the conversation
    Hi, how could we change the font-size of the posts? We don't want to change the hole body font, only in the entries. Thank you!
  •  93
    djwd replied

    Hi there,

    this might be what you are looking for.

    Regards
    djwd

    Regards
    djwd

  • Aran replied

    Thanks, but that's not what I was looking for. Close, but not! haha

    I want to change the size of the body only in the entries, not the titles. I tried this way:

    body { font-size: 24px; }

    but it changes the hole body font of the theme.

    Sorry for my English, I'm attaching you a screenshot
     

  •  93
    djwd replied

    Uh ok sorry! Try to filter it this way:

    .article-content-wrapper .entry-content p {font-size: 20px!important}

    Hope this helps

    djwd

    Regards
    djwd

  • Aran replied

    Perfect!! It works perfectly. Thank you very much, your support is amazing!

     

    Aran