How to change the size of the text on blog posts in WordPress Extra theme

Extra is a WordPress magazine theme by Elegant Themes, the developer of the famous Divi theme. You can use both Divi Builder and Category Builder in Extra. I changed the theme of this blog from Newspaper to Extra. (Newspaper is a best selling magazine theme, which is perfect for magazine, blog or news sites.)

WordPress Magazine theme Extra by Elegant Themes

It's possible to change the size of the text in Extra under WordPress Dashboard > Appearance > Customize > General Settings > Typography Settings > Body Text Size.

Change Body Text Size in Extra WordPress theme by Elegant Themes

If you want to change the body text size only in posts, please go to your WordPress Dashboard > Extra > Theme Options > Custom CSS and add the following:

.single-post .td-post-content p {     font-size: 22px; }

You can also add the above code to the style.css file under the child theme folder.

See Also...