How to Change your mobile menu font size in Squarespace 7.1

Here's what you'll find in this blog post:
→ Info about this tutorial
→ Video tutorial
→ Code example
→ Related content

About This Tutorial

This tutorial is specifically for the latest version of Squarespace, known as 7.1, and won't work for older versions of Squarespace. For more information, visit https://insidethesquare.co/themes

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.

Squarespace Tutorial

Code Example

Here are the codes used in this tutorial. Be sure to edit the px values so it works for the style of your own website!

/*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
}

If you found this tutorial helpful, you can Buy Me A Coffee to say thanks!
Your contribution will help me keep this content free for our Squarespace community.


Related Content

📖 Beginners Guide to Squarespace CSS → insidethesquare.co/learn

💌 Join my weekly email list → insidethesquare.co/email

5️⃣ Five creative ways to modify your mobile menu → insidethesquare.co/squarespace-tutorials/5-mobile-menu-ideas

🔡 Free guide to Font & text properties → insidethesquare.co/textguide

🙋‍♀️ Have a question? Check out my code troubleshooting tips → insidethesquare.co/code-help

insidethesquare


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

Learn CSS for Squarespace in my free class:
→ insidethesquare.co/learn

https://insidethesquare.co
Previous
Previous

File Upload for Squarespace Forms: How To Create & Customize File Upload Field in Squarespace

Next
Next

How to Change "View Event" Button Text on a Squarespace Event List Page