Skip to content

Instantly share code, notes, and snippets.

@ebridges
Created November 17, 2018 13:30
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 ebridges/fea8827849c72e328ffe86ca5d679420 to your computer and use it in GitHub Desktop.
Save ebridges/fea8827849c72e328ffe86ca5d679420 to your computer and use it in GitHub Desktop.
Hides the quantity block on Family Portrait Day website.
.is-first-product-block>.productDetails>.product-quantity-input {
display: none;
visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment