Title: Increase font size header
Last modified: April 6, 2017

---

# Increase font size header

 *  Resolved [joeridev](https://wordpress.org/support/users/joeridev/)
 * (@joeridev)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/increase-font-size-header/)
 * Hi everyone,
 * I’m trying to increase the font size of the header (navigation menu) of my website.
   Unfortunately, the customizer page (Menu > Main menu font) doesn’t save my adjustments.
 * Is there any other way to change the font size?
 * [http://www.tekstbureaucontent.nl](http://www.tekstbureaucontent.nl)
 * Thanks in advance!
 * Kind regards,
 * Joeri

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

 *  [Romik84](https://wordpress.org/support/users/romik84/)
 * (@romik84)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/increase-font-size-header/#post-9001176)
 * Hi,
 * Go to theme options in Appearance
    Theme Options -> Typography -> Menu -> Main
   menu font
 * Thank you
 *  Thread Starter [joeridev](https://wordpress.org/support/users/joeridev/)
 * (@joeridev)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/increase-font-size-header/#post-9001246)
 * Thank you, but this was the page that I was referring too. It unfortunately doesn’t
   save my adjustments. E.g. when I change the font size from 15px to 20px, nothing
   happens to the menu.
 * Is there another way to adjust the font size of the menu?
 *  Thread Starter [joeridev](https://wordpress.org/support/users/joeridev/)
 * (@joeridev)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/increase-font-size-header/#post-9004948)
 * *bump*
 * Is there a way to adjust the font size with Custom CSS?
 *  [Romik84](https://wordpress.org/support/users/romik84/)
 * (@romik84)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/increase-font-size-header/#post-9005026)
 * Hello
 * If using theme option not working then add custom css manual in style.css
    or
   Theme options -> Custom css Add below style
 *     ```
       ul.nav-menu a, 
       ul.nav-menu ul li a {
         font-size: 20px !important;
       }
       ```
   
 * Thank you
 *  Thread Starter [joeridev](https://wordpress.org/support/users/joeridev/)
 * (@joeridev)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/increase-font-size-header/#post-9005279)
 * Great, that solved it. Thank you for your help!

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

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

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

 * 5 replies
 * 2 participants
 * Last reply from: [joeridev](https://wordpress.org/support/users/joeridev/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/increase-font-size-header/#post-9005279)
 * Status: resolved