Hello!
Is it possible to make a submenu with different color in each element? Here is an example: http://dermatologiaesaude.com.br/
Thanks in adivise.
Hey!
Using custom CSS, it is possible. Please right click on your menu item to find its menu ID – http://i.imgur.com/y7MUSm2.png and then add following code to Quick CSS in Enfold theme options under General Styling tab
#menu-item-13 > a { background: red; }
#menu-item-14 > a { background: orange; }
Best regards,
Yigit
