Skip to content

Instantly share code, notes, and snippets.

@lehelmatyus
Created October 4, 2016 03:46
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 lehelmatyus/f2687f89c8c4ba7a266f193708443aef to your computer and use it in GitHub Desktop.
Save lehelmatyus/f2687f89c8c4ba7a266f193708443aef to your computer and use it in GitHub Desktop.
.stock.out-of-stock::after {
content: "Available on request";
left: 0;
position: absolute;
text-indent: 0;
top: 0;
}
.stock.out-of-stock {
position: relative;
text-indent: -9000px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment