Tagged: enfold, extra menu, header
Hey heufti65!
You are going to need to use a plugin for such feature. You can try using UberMenu – http://codecanyon.net/item/ubermenu-wordpress-mega-menu-plugin/154703
It would be better if you contact author and ask if it would be possible to realize such thing using their plugin
Regards,
Yigit
Its it possible to give just one button in enfold menu an extra colour to have it little bit outstanding? Maybe via CSS?
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
li#menu-item-1561 .avia-menu-text {
background-color: orange;
padding: 5px;
border-radius: 5px;
color: white;
}
You can right click on menu item on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg
Cheers!
Yigit
Wow. Thank you, Yigit.
Great Support.