Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created September 2, 2013 01:20
Show Gist options
  • Save agusmu/6408450 to your computer and use it in GitHub Desktop.
Save agusmu/6408450 to your computer and use it in GitHub Desktop.
WooCommerce - Fancy Sale Sticker
/* fancy sale sticker */
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale, .woocommerce span.onsale, .woocommerce-page span.onsale {
background: transparent url(images/sale.png) no-repeat !important;
width: 125px;
height: 125px;
text-align: left;
text-indent: -99999px;
padding: 0;
margin: 0;
position: absolute;
top: 0;
bottom: auto;
left: 0;
right: auto;
}
@agusmu
Copy link
Author

agusmu commented Sep 28, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment