Hello,
I am sure I have done something stupid… My shopping cart used to be pink.
Quick CSS
#top .cart_dropdown {
font-size: 20px;
color: #ff0099 !important;
margin-left: 30px !important;
}
For some reason the CSS is being ignored now… if I add display: none it does disappear though :-/
Cheers
Chris
Hi cripworth!
Please add following code to Quick CSS
a.cart_dropdown_link {
color: #ff0099!important;
}
Regards,
Yigit
Thanks Yigit! You guys are awesome.