Menu Close

An Easy Way to Change your Overall Font Size of WordPress theme

  • Creator
    Topic
  • #1657
    Avatar photoEric Smith
    Keymaster
      Up
      0
      Down
      ::

      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.