Mobile Menu Font Size
Description
Adjust the font size of the mobile menu links. This plugin uses css editor and works with Squarespace 7.1.
How To Install
From your Squarespace account, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.
// Mobile Menu Text // @media screen and (max-width: 767px) { .header-menu-nav-item a { font-size: 20px; } } // Mobile Menu Button // @media screen and (max-width: 767px) { .header--menu-open .header-menu .header-menu-cta a { font-size: 20px; } }
Customize
Adjust all font size values to your liking.