Skip to content

Instantly share code, notes, and snippets.

@frankschrijvers
Created December 10, 2015 11:10
Show Gist options
  • Save frankschrijvers/21e66f30905e5227a0c8 to your computer and use it in GitHub Desktop.
Save frankschrijvers/21e66f30905e5227a0c8 to your computer and use it in GitHub Desktop.
WooComemrce - Basic styling sold out badge
.soldout {
background: #c7ad7b;
color: #fff;
font-size: 14px;
font-weight: 700;
padding: 6px 12px;
position: absolute;
right: 0;
top: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment