Tagged: menu color
Hi,
How can i define each menu item in different color?
Thanks
Tal
Hi talelie!
Please add following code to Quick CSS
#menu-item-59>a>.avia-menu-text { color: red; }
and apply it to all menu items. You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Regards,
Yigit
Thanks!