Hello,
Is it possible to change the colour of the banner in the cart?
It is now black (or dark grey) with white font product-price-quantity-total.
I would like to be able to customise this banner and font.
Thanks
table.shop_table th {
background: #ddd;
color: #fff;
font-size: 40px;
}