How to change your mobile menu font size in Squarespace 7.1

You can do a lot of creative things with the font menu in Squarespace, but changing your mobile menu font size isn’t one of them. 😅

In this tutorial, you’ll learn how to use custom CSS to not only change the size of the links in your mobile menu, button included, but how to make sure there is enough space between those links so that you still meet accessibility standards.

You’ll also learn how to change the vertical alignment, and make some changes to folders too.

The codes from this tutorial are below, but make sure you watch the video so you know how to use them and how to make them uniquely yours.

 
 
/*change font size & clickable area */
.header-menu-nav-folder a{
  font-size:25px;
  padding-bottom:15px
}

/* change button font size */
.header-menu-cta a{
  font-size:16px!important
}
/* move links and button up */
.header-menu-nav-folder{
  min-height:0!important
}
/* move links up & leave button at the bottom */
.header-menu-nav-folder-content{
justify-content:flex-start
}


/* reduce space for folder links */
.header-menu-nav-folder--active
.header-menu-nav-item a{
margin-top:5px
}
 
insidethesquare


Grab my collection of custom codes for Squarespace: 
→ insidethesquare.co/css

https://insidethesquare.co
Previous
Previous

How to customize blog post width on tablet screens

Next
Next

How to create hover effects in Squarespace