Hi
Built a site with Enfold, looks great and the client is happy, so it’s all good. Now I need to add another page, but the client wants to highlight that additional menu item in another color – light blue instead of the gray I’m using now. Is this possible?
Thanks
Bob
Yes – i think the easiest way is to give each Menu Point his own class
(you can click every image to enlarge)
Goto Menu and have a look on top of the window (red arrow – press the button)
the slideing out gives you many oportunities – mark that Classes square
now open the menu-point you like to give a class and input a classname in the concerning field:
now you can select that menu point with the class you gave.
in my example :
li.special-color .avia-menu-text {
color: #090;
}
or you do it by counting the mainmenu points:
this code will colorize the 3rd menu-point
.main_menu #avia-menu li:nth-child(3) .avia-menu-text {
color: #900;
}
Hi,
Thank you for your help as always, Guenni!
Bob, please let us know if you need any more help.
Best regards,
Sarah
Absolutely superb. Thanks Guenni!