Skip to content

Instantly share code, notes, and snippets.

@ladislavsulc
Created August 19, 2024 14:55
Show Gist options
  • Save ladislavsulc/1a8d5ba52a5376f5269e2e473860ebf8 to your computer and use it in GitHub Desktop.
Save ladislavsulc/1a8d5ba52a5376f5269e2e473860ebf8 to your computer and use it in GitHub Desktop.
luciesvoboda.com hide prices
/* Paintings settings, code injection */
<style>
.product-quantity-input, .sqs-add-to-cart-button-wrapper {
display: none!important;
}
.product-price {
display: none;
}
</style>
/* Custom CSS global */
.product-quantity-input, .sqs-add-to-cart-button-wrapper {
display: none!important;
}
.product-price {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment