Modify paragraph styles
- The topic ‘Modify paragraph styles’ is closed to new replies.
Need help? Check out our Support site, then
How do I modify the preset paragraph styles? I want to decrease the font size slightly.
The blog I need help with is: (visible only to logged in users)
Hi,
you can read more about custom fonts, colors and Custom CSS here: https://en.support.wordpress.com/custom-fonts/, https://en.support.wordpress.com/custom-css/, https://en.support.wordpress.com/custom-design/custom-colors/
Only way you can do this is by using custom fonts:here: https://en.support.wordpress.com/custom-fonts/ or by using Custom CSS and this line of code:
p {
font-size: 1em;
}
All the best,
Ana