Title: font size
Last modified: August 21, 2016

---

# font size

 *  [despina.mina](https://wordpress.org/support/users/despinamina/)
 * (@despinamina)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/font-size-43/)
 * I would like to ask how can i change the size of the title of the article or 
   of the page(probably h1)?
    I have tried to change the h1 size but nothing!

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

 *  [mjhead](https://wordpress.org/support/users/mjhead/)
 * (@mjhead)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/font-size-43/#post-4333301)
 * Hi,
    First of all – create your own [child theme](http://codex.wordpress.org/Child_Themes)
   for Duena and use it for all customizations, because your changes will be lost
   when the theme is updated, if you modified theme files. Then use Chrome’s or 
   Mozilla’s firebug to find element you need and rewrite it’s styles in child theme.
   For example, with Firebug we can find, that title of the article, it’s <h1 class
   =”post-title”>, so we add to child theme’s style.css:
 *     ```
       .post-title {
          font-size:20px;
       }
       ```
   
 * With this method you can edit almost all CSS.
 *  Thread Starter [despina.mina](https://wordpress.org/support/users/despinamina/)
 * (@despinamina)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/font-size-43/#post-4333303)
 * i want to change the <h1 class=”entry-title”>,
    but i can’t find a font size 
   for this at the style.css so as to change him.Thank you
 *  [mjhead](https://wordpress.org/support/users/mjhead/)
 * (@mjhead)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/font-size-43/#post-4333305)
 * Add to CSS in your child theme
 *     ```
       h1.entry-title {
          font-size: what you need
       }
       ```
   
 *  Thread Starter [despina.mina](https://wordpress.org/support/users/despinamina/)
 * (@despinamina)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/font-size-43/#post-4333306)
 * thank you so much!!!

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

The topic ‘font size’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [despina.mina](https://wordpress.org/support/users/despinamina/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/font-size-43/#post-4333306)
 * Status: not resolved