Okay
  Public Ticket #151376
Icon in navigation
Closed

Comments

  • Peter started the conversation
    TN, is it possible to place an icon within the Navigation Label of a menu item? I've tried [icon color="Accent-Color" size="tiny" image="icon-home"], and wrapping it in

    , but with no luck so far. Cheers, Peter
  •  982
    ThemeNectar replied

    Hey Peter, it would have to be done in the header.php file and added into a manual list in the main unordered list: 

    <li><a href=""><i class="icon-tiny icon-heart accent-color"></i> My Menu Link</a></li>

    Even doing it this way you might have to create custom css to get the icon to display right.

    Cheers :)