How can I change the colors of the menu buttons, individually?
greetings Karl
Hallo Karl,
To change each menu item individually we need to inspect your menu to find the IDs, could you link to the site please?
Best regards,
Rikard
hi Rikard
enclosed you find the link
Hey!
Please add following code to Quick CSS
li#menu-item-3235>a>.avia-menu-text {
color: orange!important;
background-color: black!important;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg
Cheers!
Yigit