How to change colour of cart (on mobile only) from green to pink
-
Hello,
How to change colour of cart (on mobile only) from green to pink? I do not see this option.
https://snipboard.io/nRJMfB.jpg
Hello,
You can change the color of the cart icon with the help of the below code so enter it to the “Custom CSS for mobile” area that is in Theme Settings -> Custom CSS.
.wd-header-cart .wd-tools-icon:before {
color: red;
}
Let me know if you have any questions, I’d be happy to answer them.
Kind Regards
Hi Luke,
Sorry if I wasn’t clear. I want to change the notifications from green to red that are on the icons (where it says 2)
https://snipboard.io/nRJMfB.jpg
For the header and the notifications of the icons on the footer on mobile.
Hello,
Thank you very much for the clarification.
This one code should help you to change the color of the notification of the cart. Enter it into the “Global Custom CSS” area.
.whb-header .wd-header-cart.wd-design-5 .wd-cart-number {
background-color: #d56b7d;
}
Kind Regards