Changing the font size in WordPress is easy. This guide will help you. You can make text larger or smaller. Follow these steps to change the font size.
Why Change Font Size?
Font size affects readability. Big text is easier to read. Small text can be hard. Changing font size can improve your website.
Using the WordPress Editor
The WordPress Editor is easy to use. Follow these steps to change font size:
- Open your WordPress dashboard.
- Go to “Posts” or “Pages”.
- Select the post or page you want to edit.
- Click on the block where you want to change the font size.
- Look for the “Typography” settings in the block menu.
- Adjust the font size as needed.
That’s it! You have changed the font size.
Using the Theme Customizer
You can also change the font size using the Theme Customizer. Follow these steps:
- Open your WordPress dashboard.
- Go to “Appearance” and then “Customize”.
- Find the “Typography” section.
- Select “Font Size”.
- Adjust the font size as needed.
- Click “Publish” to save changes.
Now the font size on your site is updated.

Credit: 10web.io

Credit: www.hostinger.com
Using a Plugin
Sometimes, using a plugin is easier. There are many plugins for changing font size. Here are some popular ones:
- Easy Google Fonts
- WP Google Fonts
- Advanced Editor Tools (TinyMCE Advanced)
Let’s see how to use a plugin:
Installing A Plugin
- Open your WordPress dashboard.
- Go to “Plugins” and then “Add New”.
- Search for the plugin you want.
- Click “Install Now”.
- Click “Activate” to enable the plugin.
Changing Font Size With Easy Google Fonts
Follow these steps to change the font size using Easy Google Fonts:
- Go to “Appearance” and then “Customize”.
- Find the “Typography” section.
- Select “Default Typography” or “Custom Typography”.
- Choose the text element you want to change.
- Adjust the font size as needed.
- Click “Publish” to save changes.
Now your font size is updated using the plugin.
Using Custom CSS
If you know some CSS, you can use Custom CSS to change font size. Follow these steps:
- Open your WordPress dashboard.
- Go to “Appearance” and then “Customize”.
- Find the “Additional CSS” section.
- Add your CSS code to change the font size.
- Click “Publish” to save changes.
Here is an example of CSS code:
body {
font-size: 16px;
}
h1 {
font-size: 32px;
}
p {
font-size: 14px;
}
Now your font size is changed using CSS.
Troubleshooting
Sometimes, changes might not show. Here are some troubleshooting tips:
- Clear your browser cache.
- Check your theme settings.
- Ensure you saved your changes.
- Deactivate plugins that might conflict.
These tips can help if you have problems.
Frequently Asked Questions
How Do I Change Font Size In WordPress?
You can change font size in WordPress using the Customizer or a plugin.
Can I Adjust Font Size Using Theme Settings?
Yes, many themes allow you to adjust font size directly from their settings.
What Plugin Can Help Change Font Size?
Use plugins like “Easy Google Fonts” to change font size easily.
Is Coding Required To Change Font Size?
No, you can change font size without coding using WordPress settings or plugins.
Conclusion
Changing font size in WordPress is easy. You can use the WordPress Editor, Theme Customizer, plugins, or Custom CSS. Follow the steps in this guide. Your website will look better with the right font size.