• Resolved foodopi

    (@foodopi)


    Want to increase the font of the post but not the landing/home page.

    Please suggest…!

    Regards,

    Kalyon SR

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @foodopi,

    Hope you are having a great day and thanks for contacting us!

    Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:

    .single p {
        font-size: 20px;
    }

    And change the 20px number to any size you’d like to have.
    Please, let me know if you need any further assistance.
    Kind regards,
    Diego

    Thread Starter foodopi

    (@foodopi)

    Thanks it really helped,

    also wanted to know how to justify the paragraph.

    Regards,

    Kalyon Subbarao

    Hi @foodopi,

    Try using this code:

    .single p {
        font-size: 20px;
        text-align: justify;
    }

    Let me know.
    Kind regards,
    Diego

    Hi Diego! I was going to use the above code to make the font larger, but I only want the font larger on my posts…not on the pages or the sidebar or anywhere else. Is that possible?

    Hi @foodopi,

    In order to target just to the body of the post, use this:

    .single .entry p {
        font-size: 20px;
        text-align: justify;
    }

    Kind regards,
    Diego

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Font Size’ is closed to new replies.