Created
February 24, 2015 17:46
-
-
Save jamigibbs/5a2cb23dc6304155cb2e to your computer and use it in GitHub Desktop.
Merch: Category Page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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