How to change color for buttons in header menu
-
I want to change color of circle that shows number of items in compare list/wish list/ cart in header menu. I can access to select which design to choose, but don’t know how to change color of it.
Attachments:
You must be
logged in to view attached files.
Hello,
Please try to use the below code for changing the bg color of it. Enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.whb-header .wd-tools-element .wd-tools-count {
background-color: blue;
}
If you ever need to reach out to me, please do not hesitate to do so.
Kind Regards