Skip to content

Instantly share code, notes, and snippets.

@ZASMan
Created February 4, 2018 20:30
Show Gist options
  • Save ZASMan/1552bb0ac78abaab5c192a0dbfa76e09 to your computer and use it in GitHub Desktop.
Save ZASMan/1552bb0ac78abaab5c192a0dbfa76e09 to your computer and use it in GitHub Desktop.
squarespace_orange_css
/* This changes the color of the font on the navbar folder items and removes black border from around the dropdown links for folder links*/
.tweak-header-primary-nav-hover-style-fader .Header-nav .Header-nav-folder {
background-color: none;
}
.Header-nav-folder {
border: none;
border: 0;
}
.Header-nav-folder-item {
background-color: rgb(237, 125, 12);
border: none;
border: 0;
border-left: solid #ffffff 1px;
border-top: solid #ffffff 1px;
border-bottom: solid #ffffff 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment