Skip to content

Instantly share code, notes, and snippets.

@dpw1
Created May 3, 2022 01:46
Show Gist options
  • Save dpw1/c48e624d41dc4e9e10b40506f1ba53d9 to your computer and use it in GitHub Desktop.
Save dpw1/c48e624d41dc4e9e10b40506f1ba53d9 to your computer and use it in GitHub Desktop.
Hide price for sold out products on Shopify's Debut Theme
.template-product .price--sold-out .price__regular, .template-product .price--sold-out .price__sale, .template-product .price--sold-out .price__unit{ display: none !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment