Skip to content

Instantly share code, notes, and snippets.

@makfruit
Created December 11, 2013 08:03
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/7906637 to your computer and use it in GitHub Desktop.
Save makfruit/7906637 to your computer and use it in GitHub Desktop.
A CSS mod for Ecwid to add a border/frame around category thumbnails in category grid
table.ecwid-productBrowser-subcategories-mainTable img {
border-style: solid !important;
border: 2px solid #D8D8D8;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment