Skip to content

Instantly share code, notes, and snippets.

@tommyshellberg
Created January 29, 2016 17:27
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 tommyshellberg/dd791530943188b11f42 to your computer and use it in GitHub Desktop.
Save tommyshellberg/dd791530943188b11f42 to your computer and use it in GitHub Desktop.
Remove white frame Artificer product
ul.products li.product .img-wrap {
background: transparent;
-webkit-box-shadow: none;
-moz-box-shadow:none;
box-shadow: none;
}
ul.products li.product:hover .img-wrap {
background: transparent;
-webkit-box-shadow: none;
-moz-box-shadow:none;
box-shadow: none;
}
ul.products li.product .img-wrap:before {
background: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment