Navigation Quickscale

Interactive hover for navigation items. Available for both Squarespace 7.0 & 7.1 official templates.

Copy and paste the code below - instructions found here

version - 7.0

.main-nav a {
  transition: 0.3s;
}

.main-nav a:hover {
  transform: scale(1.08);
  transition: 0.3s;
}

version - 7.1

.header-nav-list a {
  transition: 0.3s;
}

.header-nav-list a:hover {
  transform: scale(1.08);
  transition: 0.3s;
}

For Squarespace official templates only. May not work with third-party templates or in conjunction with other plugins that affect the same components. If you have any problems or questions, please contact us!