Skip to content

Instantly share code, notes, and snippets.

@phpbits
Created May 13, 2016 10:52
Show Gist options
  • Select an option

  • Save phpbits/7ace94ddf8d04554c470a901cd8e552f to your computer and use it in GitHub Desktop.

Select an option

Save phpbits/7ace94ddf8d04554c470a901cd8e552f to your computer and use it in GitHub Desktop.
Using a Plugin to Add Custom Styles to WordPress Widget
.widget.newsletter-green{
background-color: #19a87d;
color: #fff;
}
.widget.newsletter-green input{
border: 1px solid #fff;
}
.widget.newsletter-green input[type="submit"], .widget.newsletter-green button{
background-color: #ea6a1b;
color #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment