Skip to content

Instantly share code, notes, and snippets.

@genee19
Created July 15, 2013 15:57
Show Gist options
  • Save genee19/6001099 to your computer and use it in GitHub Desktop.
Save genee19/6001099 to your computer and use it in GitHub Desktop.
Hiding the prices for out of stock products
td.ecwid-productBrowser-productsGrid-cell-outOfStock div.ecwid-productBrowser-price,
tr.ecwid-productBrowser-productsList-productRow-outOfStock div.ecwid-productBrowser-price,
tr.ecwid-productBrowser-productsTable-row-outOfStock div.ecwid-productBrowser-price,
div.ecwid-productBrowser-detailsContainer-outOfStock div.ecwid-productBrowser-price {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment