Change main menu font & icon size

Hi guys, 
fantastic theme - one of the best!

I have a query re the main menu & the icon size for the "Simple" header.

I have used Typekit to change all other fonts on your theme sucessfully, however am unsure of the css I need to change the Main Menu font.

Secondly, I would like the icon (the three lines for the dropdown menu) to be larger however cannot find where I change this also.

If you could get back to me asap that would be greatly appreciated.

Comments

  • Hi,

    so if you want to change font for main menu, you can use below custom css:
    #Top_bar .menu > li > a span { font-family: 'Font-name'; }
    But to increase size of drop down icon on mobile devices, please use below css:
    #Top_bar a.responsive-menu-toggle i { font-size: 35px; }
  • Thanks for this response - this is a much better way to respond to customers :)

    Cheers!
Sign In or Register to comment.