Hide Hamburger Menu Icon On Mobile
Description
Remove the mobile hamburger menu icon on mobile. 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.
// Remove Hamburger Menu Icon // @media only screen and (max-width: 640px) { .burger { display: none; } }
Customize
You do not need to change any values.