Skip to content

Instantly share code, notes, and snippets.

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

  • Save phpbits/077492aeb3c92845a9ea1dbdf219cc0a to your computer and use it in GitHub Desktop.

Select an option

Save phpbits/077492aeb3c92845a9ea1dbdf219cc0a to your computer and use it in GitHub Desktop.
Manually Adding Custom Styles to WordPress Widgets
.widget_search#search-4{
background-color: #19a87d;
color: #fff;
}
.widget_search#search-4 .widget-title{
color: #fff;
border: 1px solid #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment