Tagged: full-width submenu, sub-menu
Is it possible to drop icons in a full width sub menu? How would I build these in the menu builder?
Hey Martin!
Thank you for using Enfold.
There is no option for that by default but you can use the Quick CSS field to add font icons. Use something like this:
.av-subnav-menu li#menu-item-158 a:before {
content: '\E832';
font-family: 'entypo-fontello';
margin-right: 5px;
}
Use google inspector or firebug to get the menu id. You can find more font icons here: http://web.archive.org/web/20140912210715/http://entypo.com/characters/
Regards,
Ismael
Thanks Ismael, I’ll give it a shot an report.
Rikard – I go it to work with Ismael’s guidance. Thanks for the help. You can close this ticket.