Howdy folks; looking for some assistance/direction on coding a function into the shopping cart icon.
I want my shopping cart to change to to another color when the quantity exceeds 0 so that the cart is 'highlighted' another color when the end user adds something to the cart.
The furthest I managed with this idea was,
.cart-style-icon span {
color: #e1fdae;
}
.cart-style-icon[aria-label="0 items in cart"] span {
color: #fff !important;
}
But that seems to only change the color of the number as I'm trying to get the number, cart svg, and border to change as well. Any ideas?
Website is www.michiganrockhounds.com