Skip to content

Instantly share code, notes, and snippets.

@jamigibbs
Created February 24, 2015 17:46
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 jamigibbs/5a2cb23dc6304155cb2e to your computer and use it in GitHub Desktop.
Save jamigibbs/5a2cb23dc6304155cb2e to your computer and use it in GitHub Desktop.
Merch: Category Page
.woocommerce.archive ul.products li.product {
margin-bottom: 5em;
}
.woocommerce.archive ul.products li.product h3 {
top: 1.5em;
color: #616671;
}
.woocommerce.archive mark {
background-color: #f6f6f6;
color: #888f9e;
font-size: 1.25rem;
padding: 0.25em;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment