Increase post title and body font sizes

  • Posted in : Read WP
  • oprats
    Participant

    Hi, how can I increase the size of the font in the post’s title and in the post body?

    Thanks for your help

    oprats
    Participant

    Hi, the problem I have is that the size of the fonts (both for post title as well as post body) increase when you click on the post title vs when you read the post on the homepage. How can I avoid this?

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    h1.entry-title {
        font-size: 1.9em;
    }
    @media screen and (min-width: 768px){
        .blog-single .post .entry-content>p { font-size:16px }
    }
    
    oprats
    Participant

    Thanks for your help. I have another issue. When I click on a tag from the tag widget again the font size of the post copy is smaller, any way to increase this?

    Thanks very much

    ahmetsali
    Keymaster

    also try adding this;

    .post-archive .entry-title {
        font-size: 1.9em;
    }
    
    oprats
    Participant

    Thanks, it worked! I also added

    .post-archive .entry-content p { font-size: 21px; }

    for the body copy.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register