Archived topic
icons menu
4 replies · Started by David on December 22, 2016
Hi, is it possible to place an icon next to the name of an item in the navigation menu?
Thank you!
Hi David,
Absolutely. You can use GP's built in font awesome library.
Just add something like this before your Navigation Label in your menu item:
<i class="fa fa-bar-chart"></i>
See other available icons here: http://fontawesome.io/icons/
Let me know.
More info on this here: http://docs.generatepress.com/article/adding-icons-to-menu-items/
Thanks! Looks great!
You're welcome!