Home Forums WoodMart support forum Menu Color Change (Custom Css Class)

Menu Color Change (Custom Css Class)

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #420635

    srknmzlm
    Participant

    hello, I want the color of the title in the menu to be different for a css class that I have specified. All menu items will be of different class and they will all have different colors.

    For example, I want it to be like item1 blue, item2 green, item3, red. How can I do that?

    Attachments:
    You must be logged in to view attached files.
    #420749

    Hello,

    Your site is under construction. Please insert the site admin access into the Private content below the message area.

    Please confirm, you want to change the color of the main items on the main menu.

    Best Regards

    #420752

    srknmzlm
    Participant

    Passwords are in the section below

    #421143

    Hello,

    You can change the menu color in Typography > Advanced: https://gyazo.com/c2847b949429a87701fb54c0cfd1da84

    and https://gyazo.com/c4cb30c5b2a6e481c3ad8f7421b511e9

    If you have any questions please feel free to contact us.

    Best Regards

    #421321

    srknmzlm
    Participant

    I want to make each menu item a different color.

    Item1 = Yellow
    Item2 = Green
    Item3 = Red

    It will be like

    #421704

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wd-nav[class*="wd-style-"]>li.yellow >a {
        color: yellow;
    }
    body .wd-nav[class*="wd-style-"]>li.green >a {
        color: green;
    }
    body .wd-nav[class*="wd-style-"]>li.red >a {
        color: red;
    }

    Best Regards

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