Home Forums WoodMart support forum how do i change the color of the menu text? and hover?

how do i change the color of the menu text? and hover?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #380742

    5ivemediapl
    Participant

    i want to change the color of the hover text and text colour of the menu item.

    #380757

    Luke Nielsen
    Keymaster

    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

    #380758

    5ivemediapl
    Participant

    thank you.

    how about

    1) Active Menu Item Colour?
    2) Other Icons and element on header (example, my account, cart icon etc) – see screenshot

    #380839

    Luke Nielsen
    Keymaster

    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

Viewing 4 posts - 1 through 4 (of 4 total)