Skip to content

Instantly share code, notes, and snippets.

@rickrduncan
Last active January 11, 2016 11:16
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 rickrduncan/6087930 to your computer and use it in GitHub Desktop.
Save rickrduncan/6087930 to your computer and use it in GitHub Desktop.
/* Use CSS to customize WordPress widget titles */
.widget-area .widget_recent_entries h4 {
background: url("images/image-name.png") no-repeat scroll left 6px transparent;
padding-left: 40px;
}
.widget-area h4 {
border-bottom: 4px double #ccc;
border-top: 4px double #ccc;
font-size: 24px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment