Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@feastdesignco
Created May 18, 2019 11:31
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 feastdesignco/f4c5371a4c8bd2c0653cd8e673b22990 to your computer and use it in GitHub Desktop.
Save feastdesignco/f4c5371a4c8bd2c0653cd8e673b22990 to your computer and use it in GitHub Desktop.
change-enews-button-color
.before-header .enews-widget input[type="submit"],
.enews-widget input[type="submit"] {
background: #000;
color: #fff;
}
.before-header .enews-widget input:hover[type="submit"],
.enews-widget input:hover[type="submit"] {
background: #fff;
color: #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment