• Resolved joeridev

    (@joeridev)


    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

    Thanks in advance!

    Kind regards,

    Joeri

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Go to theme options in Appearance
    Theme Options -> Typography -> Menu -> Main menu font

    Thank you

    Thread Starter joeridev

    (@joeridev)

    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

    (@joeridev)

    *bump*

    Is there a way to adjust the font size with Custom CSS?

    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

    (@joeridev)

    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.