/* Adjust font size for primary navigation (Squarespace 7.1) */ .header-nav-item a { font-size: 9px !important; /* Adjust the size as needed (e.g., 12px, 14px) */ } /* Adjust font size for mobile navigation (Squarespace 7.1) */ .header-menu-nav-item a { font-size: 14px !important; /* Adjust for mobile menu */ } /* For Squarespace 7.0 (e.g., Brine, Bedford templates) */ .nav-wrapper a { font-size: 14px !important; /* Adjust as needed */ } /* For specific templates with different selectors in 7.0 */ .main-nav a { font-size: 14px !important; /* Adjust as needed */ }