Custom Colors - Navigation Dropdown


Compatibility

  • Works with Squarespace 7.1

  • Uses Custom CSS

Description

Change the colors of the links and background in the navigation dropdown.


Add to Custom CSS

// NAVIGATION DROPDOWN - BACKGROUND COLOR - BYKATSS.COM //

.header-nav-folder-content {
  background: #fff !important;
  border: 1px solid #000 !important;
  padding: 10px !important;
}

// NAVIGATION DROPDOWN - LINK COLOR - BYKATSS.COM //

.header-nav-folder-item a {
  color: #000 !important;
}

Notes

Link color, size, and font family can be changed in Squarespace settings like normal.

Customizable Options

  • Background Color

  • Border Style

  • Padding

  • Link Color


Next
Next

Drop Shadow Style - Navigation Dropdown