Comments Peter started the conversationJanuary 22, 2014 at 8:23pmTN, 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 1,069ThemeNectar repliedJanuary 24, 2014 at 11:12amHey 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 :) Sign in to reply ...
Hey Peter, it would have to be done in the header.php file and added into a manual list in the main unordered list:
Even doing it this way you might have to create custom css to get the icon to display right.
Cheers :)