- 6
Is it possible to change the colour of the overlay, when hovering over a product image?
.product-grid .item-box .description-wrapper, .product-list .item-box .description-wrapper {
background-color: rgba(255,255,255,0.5);
}