Can't find the css to change the colour of the font next to the cart icon (which says Cart).
Appreciate being pointed in the right direction.
Thanks
Can't find the css to change the colour of the font next to the cart icon (which says Cart).
Appreciate being pointed in the right direction.
Thanks
Hi!
You can use following css code:
#top .cart_dropdown_first .cart_dropdown_link {
color: #333 !important;
}
Regards,
Peter
Thanks for that.
This topic has been closed to new replies.