Before you ask please READ THIS

Customize Mobile Navigation Font Size

Where to do you customize the mobile font size of the navigation drop down menu's font?

Website: http://behumaneleather.com/

Comments

  • AirAir
    Posts: 10,970
    Hello :-)

    The "menu overlay" has only one setting for font size, but you can adjust it with this custom CSS for the mobile size:
    @media only screen and (max-width: 600px) {
    	#menu-overlay ul a{
    		font-size: 20px;
    	}
    }
    With kind regards.
  • Thank you :)
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!