Skip to content
All Answers
Navigation

How do I change the navigation font size in Squarespace?

Navigation link font size is controlled by the .header-nav-item a selector. You can set it to any size, but keep readability in mind — nav links below 14px get hard to click and read.

The mobile menu uses different selectors, so set its font size separately. Mobile nav links should generally be larger than desktop for easier tap targets.

/* Desktop navigation */
.header-nav-item a {
  font-size: 16px !important;
  letter-spacing: 0.5px;
}

/* Mobile navigation */
@media screen and (max-width: 767px) {
  .header-menu-nav-list a {
    font-size: 20px !important;
  }
}
Fine-tune your nav typography with our Font Injector toolTry it free →

Related Questions

Navigation

How do I change the dropdown menu background color in Squarespace?

Navigation

How do I style the mobile hamburger menu icon in Squarespace?

Navigation

How do I add an active page indicator to the navigation in Squarespace?

Navigation

How do I hide a specific navigation link in Squarespace?

A little over your head?

No shame — this stuff is hard. Let the pros handle it.

Long Drive MarketingTalk to Long Drive Marketing →