Viewing 2 replies - 1 through 2 (of 2 total)
  • title you can use this css rule

    h1.entry-title {
        font-size: 33px;
        color:black;
    }

    content use the following

    .entry-content p {
        font-size: 14px;
        color: gray;
    }

    since your using a child theme you can place them in your style.css file.

    Thread Starter sinceday1

    (@sinceday1)

    thanks a bunch

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to edit font size of page title’ is closed to new replies.