Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #452584

    Is it possible to drop icons in a full width sub menu? How would I build these in the menu builder?

    #452956

    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

    #453993

    Thanks Ismael, I’ll give it a shot an report.

    #454311

    Hi!

    Great, please let us know if you should need any more help.

    Cheers!
    Rikard

    #460279

    Rikard – I go it to work with Ismael’s guidance. Thanks for the help. You can close this ticket.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Full width sub menu with icons’ is closed to new replies.