Skip to content

Instantly share code, notes, and snippets.

@DigitalEssence
Created July 19, 2016 12:15
Show Gist options
  • Save DigitalEssence/29105319b0eb4332f49fa54b3a6f96a7 to your computer and use it in GitHub Desktop.
Save DigitalEssence/29105319b0eb4332f49fa54b3a6f96a7 to your computer and use it in GitHub Desktop.
Replace Blog post default icon
span.fallback-post-type-icon:before {
display: none;
}
span.fallback-post-type-icon {
background: url(http://shaftesbury-remembers.goldhillmuseum.org.uk/wp-content/uploads/2016/07/poppy_3.png)!important;
background-size: contain!important;
background-repeat: no-repeat!important;
background-position: 50% 50%!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment