Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #418876

    Hi, I want to make the post titles bigger and also make the regular font of the posts and across the site (paragraph text) bigger.

    What code should I use?

    #418971

    Hi DROR!

    Please add following code to Quick CSS

    @media only screen and (min-width: 480px) {
    h2.post-title.entry-title {
      font-size: 40px!important;
    }
    .entry-content {
      font-size: 16px;
    }
    }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.