There is a little green bubble that appears when rolling over the shopping cart icon (top right). The text is grey on green background which is very hard to read. How can I change the text to white please?
Hey larineka,
.cart_dropdown .dropdown_widget .widget_shopping_cart_content p { color: #000 !important; }
You can use the following code to your CSS
Best regards,
Basilis