Snippet: WooCommerce Category Entry Overlay Title
body .products .product-category a {
position: relative;
display: block;
}
body .product-category img { display: block }
body .products .product-category h3 .count { display: none }
body .products .product-category h3 {
position: absolute;
bottom: 0;
left: 0;
color: #fff !important;
margin: 0;
font-size: 16px;
font-weight: 300;
padding: 10px;
width: 100%;
text-align: center;
background: #000;
background: rgba(0,0,0,0.75);
margin: 0;
}
Learn how to add custom CSS to your site.