Title: Changing header font?
Last modified: August 22, 2016

---

# Changing header font?

 *  Resolved [jenab.](https://wordpress.org/support/users/jenab/)
 * (@jenab)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/changing-header-font-4/)
 * I was wondering if there was a way to change the text in the header and to possibly
   make it a bit bigger? Thanks!

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

 *  Theme Author [Silkalns](https://wordpress.org/support/users/silkalns/)
 * (@silkalns)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/changing-header-font-4/#post-5232984)
 * it is your website title and it can be changed in WordPress dashboard – Settings–
   General.
 * Add this code to Theme Options – Other – Custom CSS and it will change website
   title size to 30px but you can change it to any value.
 *     ```
       .navbar .container .navbar-brand {
           font-size: 30px;
       }
       ```
   
 *  [jtn35](https://wordpress.org/support/users/jtn35/)
 * (@jtn35)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/changing-header-font-4/#post-5233163)
 * Can I also ask if it is possible to change the header font with this css as well?
 *  [jwhittaker99](https://wordpress.org/support/users/jwhittaker99/)
 * (@jwhittaker99)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/changing-header-font-4/#post-5233193)
 * In case anyone else was wondering, just add:
 * `font-family: helvetica;`
 * to the above code. Or whatever font you want to use.
 *  [ioanaspune](https://wordpress.org/support/users/ioanaspune/)
 * (@ioanaspune)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/changing-header-font-4/#post-5233198)
 * Thank you, this was useful for me, too 🙂

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

The topic ‘Changing header font?’ is closed to new replies.

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

 * 4 replies
 * 5 participants
 * Last reply from: [ioanaspune](https://wordpress.org/support/users/ioanaspune/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/changing-header-font-4/#post-5233198)
 * Status: resolved