Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27126

    Hey Guys,

    I did a search and couldn’t find anything that directly related…

    Is there a way to change the font size of the text within a blog post only? If I adjust the <p> font size it changes the font size in way more places than I’d like… hoping there is a way to target the blog post text only.

    Thanks for your help!

    Jon

    #132876

    Hey!

    please try following css code

    .template-blog .post .entry-content {
    font-size: 20px;
    }

    or

    .template-blog .post .entry-content p {
    font-size: 20px;
    }

    Regards,

    Peter

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Adjust Blog Paragraph Text Font Size Only’ is closed to new replies.