Title: H1 size inside post
Last modified: December 10, 2016

---

# H1 size inside post

 *  [adriandambrine](https://wordpress.org/support/users/adriandambrine/)
 * (@adriandambrine)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/h1-size-inside-post/)
 * Hello,
 * I want to change <H1> size inside post for all the posts of my website
    with 
   simple css.
 * [http://www.laculturegenerale.com](http://www.laculturegenerale.com)
 * Thank you

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [LebCit](https://wordpress.org/support/users/lebcit/)
 * (@lebcit)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/h1-size-inside-post/#post-8539217)
 * Hello [@adriandambrine](https://wordpress.org/support/users/adriandambrine/)
 * Try this
 *     ```
       .single .post-title {
          font-size: 20px; /* the actual size is 47px, vous pouvez changer comme bon vous semble*/
       }
       ```
   
 * si cela ne fonctionne pas 🙂 try to add !important
 *     ```
       .single .post-title {
          font-size: 20px !important; /* this will force this rule to be applied */
       }
       ```
   
 * A bientôt !
    SYA 🙂 LebCit
 *  Thread Starter [adriandambrine](https://wordpress.org/support/users/adriandambrine/)
 * (@adriandambrine)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/h1-size-inside-post/#post-8539869)
 * Hello,
 * Thank you for your quick answer and your french 😉
 * However, I was not specific enough…
 * I think the code you gave me will modify the post-title.
 * Or, I would to changes the multiple headings 1 or headings 2 of my website with
   only one code.
 * Thank you 🙂
 *  Thread Starter [adriandambrine](https://wordpress.org/support/users/adriandambrine/)
 * (@adriandambrine)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/h1-size-inside-post/#post-8566148)
 * up

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘H1 size inside post’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [adriandambrine](https://wordpress.org/support/users/adriandambrine/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/h1-size-inside-post/#post-8566148)
 * Status: not resolved