- This topic has 3 replies, 2 voices, and was last updated 9 years, 6 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Education Hub Pro › Changing font size
Tagged: changing-font-size
How do I change the font size of the text in this theme?
Thank you.
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!!!
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.
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
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



