Created
August 19, 2024 14:55
-
-
Save ladislavsulc/1a8d5ba52a5376f5269e2e473860ebf8 to your computer and use it in GitHub Desktop.
luciesvoboda.com hide prices
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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