I have managed to find the code to change the color of the summ in the shopping cart widget, but cannot seem to change the color of the text “CART” that appears just before the summ.
Here is what I used:
.header .shopping-cart-widget .cart-summ .amount {
font-weight: bold;
color: #ffffff !important;
}
.header .shopping-cart-widget .cart-summ a {
color: #ffffff !important;
}