Skip to content

Instantly share code, notes, and snippets.

@makfruit
Created December 4, 2013 18:49
Show Gist options
  • Select an option

  • Save makfruit/7793218 to your computer and use it in GitHub Desktop.

Select an option

Save makfruit/7793218 to your computer and use it in GitHub Desktop.
A CSS mod for Ecwid to hide product prices in category view
div.ecwid-productBrowser-category div.ecwid-productBrowser-price,
div.ecwid-productBrowser-category td.ecwid-productBrowser-productsTable-price {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment