Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #47977
    Kim
    Participant

    I’m trying to enlarge my post title size but no matter what I change the H1 font size to, nothing changes.

    How can I make it bigger?
    Kim
    hidemyage.com

    #48019
    Sakin
    Keymaster

    @Kim: Ok we will add in font size option for page/post title in next version update. For now, you can do it manually. In the following css, you can change the font size as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {
        .entry-title { font-size: 26px; }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change Post Title Font Size’ is closed to new replies.