how do i change the color of the menu text? and hover?
-
i want to change the color of the hover text and text colour of the menu item.
Hello,
You can change the menu color and hover through Theme Settings -> Typography -> Advanced typography -> create a new rule with the “Main navigation links” item.
https://monosnap.com/file/j5jp3p4bhVZYFQLY7LSIjxU42det7W
Thanks for your time and have a great day.
Kind Regards
thank you.
how about
1) Active Menu Item Colour?
2) Other Icons and element on header (example, my account, cart icon etc) – see screenshot
Hello,
1. The below code is for changing the active menu item color.
.whb-header .wd-nav[class*="wd-style-"]>li.current-menu-item>a {
color: blue;
}
2. Other tool icons from the header you can change through this code.
.whb-header .wd-tools-element .wd-tools-icon {
color: red;
}
Please let us know if there is anything further we can assist you with!
Kind Regards