Skip to content

Instantly share code, notes, and snippets.

@makfruit
Created December 11, 2013 08:03
Show Gist options
  • Select an option

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

Select an option

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