Hide the Product Count on Category Pages
Tested on WooCommerce 2.2.x
[css]
mark.count {
display: none;
}
[/css]
Add Background Color to Product and Category Images
Tested on WooCommerce 2.2.x
[css]
ul.products li.product a {
background: #f6f6f4;
box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
padding: 15px 5px 5px 5px;
}
[/css]