Hey there bassplayer84,
This can be done by adding some custom CSS. The easiest way to do that, if your theme doesn’t already have custom CSS tab, would be to add it in your site using the following plugin
http://ww.wp.xz.cn/plugins/simple-custom-css
Once the plugin is installed and activated you can add this code to Appearance >> Custom CSS:
.entry-content p, .entry-content ul, .entry-content ol {
font-size: 2rem;
}
.entry-content h2 {
font-size: 3.0rem;
}
.entry-content h3 {
font-size: 2.8rem;
}
Reduce the numeric values of p, h3 and h2 to what ever suits you the most.
Best regards,
Bojan
Thnx, i’ve installed this plugin.
I can not understand the “2rem” “3.0rem” dcc dcc codes.
Can you explain please?
I usually use “font-size: 30px;” code.
Hey there bassplayer84,
These are different units of measurement, I used them because it is what has been used for that theme. Maybe this article can help you better understand the difference:
http://snook.ca/archives/html_and_css/font-size-with-rem
You can just decrease the numeric values from for example for h2 3.0 to 2.6 and see if it fits for you 🙂
Hope this helps.
Best regards,
Bojan
Well, if it is solved you can mark it as resolved 😉 please?