• Resolved beautifultiger

    (@beautifultiger)


    On my site, the font in the body of pages is very small. I changed the text in posts and made the size bigger but still it is a grey color (line 1936 in the CSS, I changed the size from 13 to 16). (The color is not a problem in pages though – the text is black.)

    So basically I would like to
    1) Make the font size bigger for “Pages” – the content or body.
    2) Make the font black for “Posts”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Rigorous Themes

    (@wpgaint)

    Hello,
    To change the color of post use below given CSS.
    Admin Panel > Appearance > Customize > Additional CSS paste below given CSS.
    .single .entry-content{
    color: #000;
    }
    To change the size of font of the pages use below given CSS
    .page article .entry-content{
    font-size: 16px;
    }
    Thank you

    Thread Starter beautifultiger

    (@beautifultiger)

    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do you change the font in pages and posts?’ is closed to new replies.