Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DigitalEssence/a6c2bc9db744ae4995bc to your computer and use it in GitHub Desktop.
Save DigitalEssence/a6c2bc9db744ae4995bc to your computer and use it in GitHub Desktop.
WordPress - Enfold - CSS - Add background to mobile menu
// WordPress - Enfold - CSS - Add background to mobile menu
ul#mobile-advanced {
background: #E2DFD8;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment