Hello
Is it possible to have each menu button a different colour?
Many thanks
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