Deasha Jun 15, 2017 · 9:45 pm #7000
Hi,
I have been told my font is too small on my website. Could you please let me know if there is a way to change this. I am currently using the free version.
Thanks
Hi,
I have been told my font is too small on my website. Could you please let me know if there is a way to change this. I am currently using the free version.
Thanks
Hi Deasha
Thanks for posting.
I’m busy re-working the comparison table on the theme page. Premium adds a section called Theme Design to the Customizer. Within there are several font size settings.
I’ll reply in the morning and try to assist with a few CSS snippets if you’d prefer to stick with the free version. Thanks. Chat then 🙂
Thanks for the wait. To adjust only the paragraphs in the main content area you can try:
.entry-content p {
font-size: 16px;
}Add the above snippet to the field found at Appearance > Customize > Additional CSS.