Hello,
I would like to change the color of the number above the cart icon. Currently the color is blue and I would like to change it to red. Here is a screenshot : http://prnt.sc/ex9448
Is it possible with Quick CSS?
Thank you so much!
Hey Oby4455,
May you provide us your website link?
Best regards,
John Torvik
Yes here it is :
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-cart-counter.av-active-counter {
color: black;
}
Just change the color to anything you want :)
Best regards,
Nikko