hi,
how do i change the colour of the cart icon in the nav?
I managed to change most of the black to pink, but not all of it.
The code I used:
.cart-design-2 .shopping-cart-widget .cart-bag .badge-number {
border: 2px solid #ef5590;
}
.cart-design-2 .shopping-cart-widget .cart-bag .badge-number:before {
box-shadow: inset 0 0 0 35px #ef5590;
}
.cart-design-2 .shopping-cart-widget .cart-bag .badge-number:after {
background-color: #ef5590;
border-left: 2px solid #ef5590;
border-right: 2px solid #ef5590;
}
there are still some black bits, is there anything I should be adding to the code or doing it differently?