Created
October 30, 2024 14:40
-
-
Save ladislavsulc/26e6087fa5025952475c474766227445 to your computer and use it in GitHub Desktop.
Shopify cart edits - hide "add to cart" and make QTY for gifts visible in sidecart
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
.minus-qty.hide { | |
display: block !important; | |
} | |
.footer-cart-drawer .view-cart-btn { | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment