Sweet that fixed it. I have a couple more shopping bag related questions as well
1. Now i’m trying to change the colours of my “go to the shop” (when noting is added to cart) and “view shopping cart” (when cart has an item). Once again I’m looking through the woocart popup settings but nothing is working.
2. I’m also trying to change the colour of the message “blabhah was successfully added to your cart.” when an item is added to the cart. I have tried this custom css from another thread:
.woocommerce-page .woocommerce-message, .woocommerce .woocommerce-message {
background: #a3c157;
}
to change it from the default light blue to green, however it does not work.
Anybody know how to fix these issues?