Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #793781

    Hello

    Is it possible to have each menu button a different colour?

    Many thanks

    #793796

    Hey Picante,

    Yes, that’s possible. Each menu item has a unique class, like this:

    <li id="menu-item-3060" ...

    Get that class for your menu items, then you can use something like this:

    .menu-item-3060 { background-color: red; color: white; }

    Let us know if you have any questions.

    Best regards,
    Sarah

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.