Go to line ~123,
ul.product_list.grid > li .product-container .product-image-container .content_price {remove the background parameter above. Dont forget to backup the file first incase anything goes wrong. And (in the same file) line ~ 185
position: absolute;
left: 0;
bottom: -1px;
width: 100%;
background: url(../img/price-container-bg.png);
padding: 9px 0;
display: none;
}
ul.product_list.grid > li.hovered .product-container .product-image-container .content_price {change display: block; to display: none;}
display: block; }