Created
July 19, 2016 12:15
-
-
Save DigitalEssence/29105319b0eb4332f49fa54b3a6f96a7 to your computer and use it in GitHub Desktop.
Replace Blog post default icon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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