• Resolved krohitk1

    (@krohitk1)


    Hello I am Trying to Decrease Post Title Font Size.

    I Edit content.php and replace H1 Tag with H4 but it not working. Help Me.

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Ignite!

    You’ll want to keep the H1 tags because those are used to explain the structure of the page to search engines, among other things.

    What you need is a small CSS update to change the style of the post titles:

    #ignite-child .excerpt-title,
    #ignite-child .entry-title {
      font-size: 37px;
    }

    That above CSS will change the post titles on the blog page and on the post page. You can change the font-size to whatever value you’d like.

    I highly recommend you put the CSS in a child theme. Here’s an empty child theme you can use – click to download.

Viewing 1 replies (of 1 total)
  • The topic ‘Decrease Post Title Font Size’ is closed to new replies.