Skip to content

Instantly share code, notes, and snippets.

@sjaved87
Created August 26, 2016 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjaved87/a2ccb637551a850a11b85466012eed50 to your computer and use it in GitHub Desktop.
Save sjaved87/a2ccb637551a850a11b85466012eed50 to your computer and use it in GitHub Desktop.
For a specific member in forum.
[data-style='burger'] ul.menu {
background: #FFBA00;
}
.responsive_nav_toggler {
border: 0px solid #FFFFFF;
}
.responsive_nav_toggler > div {
background: #1900d3;
}
.responsive_nav_toggler:hover {
border: 1px solid #FFBA00;
}
.responsive_nav_toggler:hover > div {
background: #1900d3;
}
[data-style='burger'] .responsive_nav_toggler {
background: #1900d3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment