Skip to content

Instantly share code, notes, and snippets.

@makfruit
Created December 4, 2013 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makfruit/7793218 to your computer and use it in GitHub Desktop.
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