Home Forums Pro Themes Education Hub Pro Changing font size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5541
    CherylR
    Participant

    How do I change the font size of the text in this theme?

    Thank you.

    #5575
    wensolutions
    Keymaster

    Hello @CherylR

    Can you please share your site URL with little much description about your issue.
    Please tell me which section of the text’s font size you want to change?

    Regards!!!

    #5576
    CherylR
    Participant

    I’d like to adjust the size of the font in my pages.

    Here’s the URL to my site: http://www.usaparents.org/

    Thank you.

    #5581
    wensolutions
    Keymaster

    Hello @cherylr,
    You can change the font size of any section targeting the class/id of that section. For example if you want to increase font-size of paragraph you need to go to Appearance-> Customize-> Theme Options-> Advanced Options-> Custom CSS and write following code:

    .entry-content p{
    font-size:1.3em;
    }

    I have used 1.3 em font size, you can change the value as required.
    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.