Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Created February 27, 2015 03:37
Show Gist options
  • Select an option

  • Save jennimckinnon/f31fdc331ddfc512d2b2 to your computer and use it in GitHub Desktop.

Select an option

Save jennimckinnon/f31fdc331ddfc512d2b2 to your computer and use it in GitHub Desktop.
CSS :before image on block quotes in the Spirit child theme of Upfront, a front end drag and drop WordPress theme editor by WPMU DEV.
blockquote:before {
background: url(http://wringer.iamjennialways.com/artisanwalls/wp-content/themes/uf-spirit/images/sprite.png);
background-image: url(http://wringer.iamjennialways.com/artisanwalls/wp-content/themes/uf-spirit/images/sprite.svg), none;
content:"";
display: block;
width: 31px;
height: 23px;
position: relative;
left:-16px;
background-position: -542px -549px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment