Also when you scroll over view cart the “view cart” turns white and when you roll over ‘checkout’ the background has an opacity view. I would like them both to do the same thing. Preferably like the when you roll over checkout.
Please add this code to the Theme Settings > Custom CSS > Global:
body .widget_shopping_cart .buttons a:hover,
body .widget_shopping_cart .buttons a {
color: red;
}
body .widget_shopping_cart .widget_shopping_cart_content .buttons .checkout,
body .widget_shopping_cart .widget_shopping_cart_content .buttons .checkout:hover{
color: red;
}