Skip to content

Instantly share code, notes, and snippets.

@dpw1
Created May 3, 2022 01:45
Show Gist options
  • Save dpw1/0f0ee397bc6c8159ba430fa1c64893b5 to your computer and use it in GitHub Desktop.
Save dpw1/0f0ee397bc6c8159ba430fa1c64893b5 to your computer and use it in GitHub Desktop.
Hide price for sold out products on Shopify's Debut Theme
.list-view-item .price--sold-out .price__regular, .list-view-item .price--sold-out .price__sale, .list-view-item .price--sold-out .price__unit, .grid-view-item--sold-out .price--sold-out .price__regular, .grid-view-item--sold-out .price--sold-out .price__sale, .grid-view-item--sold-out .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