Title: Decrease Post Title Font Size
Last modified: August 21, 2016

---

# Decrease Post Title Font Size

 *  Resolved [krohitk1](https://wordpress.org/support/users/krohitk1/)
 * (@krohitk1)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/decrease-post-title-font-size/)
 * 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](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/decrease-post-title-font-size/#post-5066620)
 * 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](http://www.competethemes.com/wordpress/wp-content/uploads/2014/06/ignite-child.zip).

Viewing 1 replies (of 1 total)

The topic ‘Decrease Post Title Font Size’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/ignite/1.84/screenshot.png)
 * Ignite
 * [Support Threads](https://wordpress.org/support/theme/ignite/)
 * [Active Topics](https://wordpress.org/support/theme/ignite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/ignite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/ignite/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/decrease-post-title-font-size/#post-5066620)
 * Status: resolved