Skip to content

Instantly share code, notes, and snippets.

@ladislavsulc
Created October 30, 2024 14:40
Show Gist options
  • Save ladislavsulc/26e6087fa5025952475c474766227445 to your computer and use it in GitHub Desktop.
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
.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