Title: Changing Heading Sizes
Last modified: April 10, 2018

---

# Changing Heading Sizes

 *  Resolved [natuscape](https://wordpress.org/support/users/natuscape/)
 * (@natuscape)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/changing-heading-sizes/)
 * Greetings!
 * Being fairly new at working with WordPress themes, perhaps I’m missing the obvious.
   I’ve been exploring the Customize interface for the Agama theme (which looks 
   lovely) and cannot find anywhere a spot to edit the size, font, etc. for Heading
   1, Heading 2, Heading 3, etc.
 * I’ve tried adding custom CSS under “General”, “Body”, but it seems to have no
   effect on the formatted paragraphs as far as I can tell.
 * Is there a different way to modify the appearance of headings for the Agama theme?
   Or is it simply not possible to change them?
 * Thank you very much!
    Natalia

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

 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/changing-heading-sizes/#post-10166209)
 * Hello,@natuscape!
 * Unfortunately, this option does not exist in Agama (free)theme, but you can change
   the settings for the h1, h2,h3,p… on whole site with the custom CSS code.
    For
   example, to change h1, insert the next code in **Customize->General ->Additional
   CSS** [https://prnt.sc/j3fb8u](https://prnt.sc/j3fb8u) code:
 *     ```
       body h1{
           font-family: Raleway, Helvetica, Arial, sans-serif!important;
           font-size: 32px!important;
           color: red!important;
       }
       ```
   
 * You can replace “h1” in the code with “h2”, “h3”, “p” …
 * Replace the values ​​in the code according to your wish.
 * Best Regards
 *  Thread Starter [natuscape](https://wordpress.org/support/users/natuscape/)
 * (@natuscape)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/changing-heading-sizes/#post-10166448)
 * Thank you [@themevision](https://wordpress.org/support/users/themevision/)!
 * Is it safe to assume this feature *is* available on the premium Agama theme?
 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/changing-heading-sizes/#post-10168258)
 * Hi,@natuscape!
 * Yes, Pro theme has this feature.
    [https://prnt.sc/j3nmq0](https://prnt.sc/j3nmq0)
 * Regards
 *  Thread Starter [natuscape](https://wordpress.org/support/users/natuscape/)
 * (@natuscape)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/changing-heading-sizes/#post-10171734)
 * Thanks again, [@themevision](https://wordpress.org/support/users/themevision/)!
   You’re my hero!

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

The topic ‘Changing Heading Sizes’ is closed to new replies.

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

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 4 replies
 * 2 participants
 * Last reply from: [natuscape](https://wordpress.org/support/users/natuscape/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/changing-heading-sizes/#post-10171734)
 * Status: resolved