Fade in Nav Folder Snippet

$0.00

A fade in and out effect when you hover a nav folder item in Squarespace.

Add To Cart

A fade in and out effect when you hover a nav folder item in Squarespace.

A fade in and out effect when you hover a nav folder item in Squarespace.

CODE SNIPPET

Copy this code and add it to the CSS panel.

.header-nav-folder-content {
  transform: translateY(5px);
  transition: opacity .3s ease, transform .3s ease;
}
.header-nav-item--folder:hover .header-nav-folder-content {
  transform: translateY(0);
}
  • Plan: Business or Higher

    Compatibility: 7.1

    1. Copy the code snippet →

    2. Go to Pages > Website Tools > Custom CSS

    3. Paste the code snippet, and save

  • If you’re comfortable with css, you can customize the Y (vertical position) at the start, and the fade in duration time.

  • This effect is for desktop only.

Found this code helpful?
Send a Tip! ☺️
Mobile Nav on Desktop
$0.00
Glowing Navigation Links
$4.49
Add Icons to Navigation with Google Material Icons
$20.00