• Hello,

    I want to change the font size in post content that is using h2, h3. h4, or h5. The h2, and even h3 appear larger in size than the post title h1. I tried looking up the other related threads but no success.

    I’ve changed the post title font size using this:

    .single .post-title {
    	font-size: 28px !important;
    }

    How do I make required changes with CSS?

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Kevin. Welcome to the Hueman forum. That CSS should work. Where did you add that?

    Thread Starter kevin149

    (@kevin149)

    Yes, it did work but it was for h1. I want to change font size of the h2, h3, h4 post titles.

    That CSS is for the single post title which happens to be h1, but it won’t affect any other h1 elements. If you’re referring to the post titles on the home or archive pages, you could use just “.post-title”:

    .post-title {
        font-size: 28px !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change H2, H3, H4 Font Sizes’ is closed to new replies.