Best Premium and Free WordPress Themes › Forums › AcmeBlogPro › Increasing Font Size For Content // Paragraph Only › Reply To: Increasing Font Size For Content // Paragraph Only
March 3, 2016 at 6:04 pm
#5797
acmethemes
Keymaster
Hello myra,
You can use following Custom CSS for increasing font size.
body {
font-size: 16px;
}
Also, Please try following one too:
.entry-content p {
font-size: 16px;
}
Best Regards,
AcmeThemes