This topic has 2 replies, 2 voices, and was last updated 8 years, 7 months ago ago by Eva Kemp
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?
Hello,
Please also use this css code:
.cart-design-2 .shopping-cart-widget .cart-bag:before {
border: 2px solid #ef5590;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up