Can i have a css code to change only one menu item font color? (of main menu)
Thanks
Hi petrosgr!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#menu-item-59 > a > .avia-menu-text { color: orange; }
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
Hello Yigit, i insert code on custom css #menu-item-3662 > a > .avia-menu-text { color: orange; }
But the text color remains white.
link: test.psprint.gr
Thanks
Hi!
Please add !important rule as following
#menu-item-3662 > a > .avia-menu-text {
color: orange!important;
}
code is currently not being applied.
Regards,
Yigit
Thanks for your help Yigit, it works!! :)