change cart colour

eCommerce WordPress theme to create online shop with WooCommerce support
GK User
Tue Sep 09, 2014 12:29 pm
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
User avatar
Senior Boarder

GK User
Wed Sep 10, 2014 8:13 am
hi,

Please try to add this code into override.css file with your own values:

Code: Select all
table.shop_table th {
   background: #ddd;
   color: #fff;
   font-size: 40px;
}
User avatar
Moderator

GK User
Wed Sep 10, 2014 12:21 pm
Perfect, thanks.
User avatar
Senior Boarder


cron