Created
August 28, 2026 15:13
-
-
Save unlocomqx/4da5ef9b954e3edccae4b4b83bacecc6 to your computer and use it in GitHub Desktop.
productdesigner - masquer le bouton d'ajout au panier quand la personnalisation est obligatoire
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
| /* Masquer le bouton d'ajout au panier quand la personnalisation est obligatoire */ | |
| body.dsn-required .product-add-to-cart { | |
| display: none; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment