Hi, I need to select different color for each menu item. Can i use the “Button Style (Colored)” and custom class? Any suggestion?
many thx!
nico.
Hi housedada!
I think you have to inspect each element to find it’s menu item id, like menu-item-755, and then target them one by one with CSS. If you provide us with a link to the site in question we could help you out with that.
Cheers!
Rikard
Hi ,
my site is http://www.blogperformance.com/mda91
i would like to have the colored buttons of the nav with each one a different color.
thanks
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
li#menu-item-57 > a > .avia-menu-text {
color: orange!important;
background-color: red!important;
border-color: white!important;
}
You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
Yigit