- This topic has 0 replies, 1 voice, and was last updated 3 years, 9 months ago by .
-
Topic
-
The best way to modify your overall font size of your website is:
You will need to add the following custom CSS to your WordPress theme.
p {
font-size:16px;
}Note: This change will affect your overall font size in all paragraphs
- You must be logged in to reply to this topic.