Skip to content

Instantly share code, notes, and snippets.

@cliffordp
Created October 9, 2013 15:21
Show Gist options
  • Save cliffordp/6902999 to your computer and use it in GitHub Desktop.
Save cliffordp/6902999 to your computer and use it in GitHub Desktop.
Child theme code to override PageLines DMS NavBar Section's drop down colors
// PL override LESS Variable: will not work in PL DMS Editor's Custom Code area
// https://github.com/pagelines/DMS/blob/Dev/less/dropdowns.less#L88
@dropdownLinkBackgroundHover: #bf0000; // drop down hover color
@dropdownLinkBackgroundActive: #bf0000; // drop down active item / current page color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment