Okay
  Public Ticket #873028
Change Hamburger menu font/size
Closed

Comments

  •  2
    Noah Kadner started the conversation

    Hi- 

    I'm using the Hamburger menu on http://todolodemas.wpengine.com 

    How can I change the menu font and size?

    Thanks.

  • [deleted] replied

    Hi Noah,

    Sorry for the delay of the answer, as we were on holidays break and support team was partly active. Now we are back and able to help with any issue.

    Font of Menu changes based on the font that you have chosen on the Primary Font.


    (view large version)

    To change menu font size please use this CSS code and paste it on the Custom CSS area:

    .main-header.menu-type-full-bg-menu .full-screen-menu nav ul li a {
        font-size: 26px !important;
    }