This topic has 2 replies, 2 voices, and was last updated 8 years ago ago by Rose Tyler
Hi,
I want the current color scheme I have on my website, but when I finalized it I noticed my cart changed color as well, so now it has ‘disappeared’ because it’s the same color as the menu. How can I change only the color of the shopping cart?
Thanks!
Hello,
You can add this code in Custom CSS:
.cart-bag .ico-sum, .cart-bag .ico-sum:after {
background-color: #d2d2d2 !important;
}
.cart-bag .ico-sum:before {
border-color: #d2d2d2 !important;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up