Skip to content

Instantly share code, notes, and snippets.

@ciaranmahoney
Last active January 19, 2016 05:41
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 ciaranmahoney/a21af6d454539f9a4078 to your computer and use it in GitHub Desktop.
Save ciaranmahoney/a21af6d454539f9a4078 to your computer and use it in GitHub Desktop.
Add this to your CSS file to replace the grey square with an image of your choice.
p.pwp-featured-image-placeholder {
background: url('http://image-url-here.jpg');
background-size: cover;
background-position: 50% 50%, 50% 50%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment