Archived topic
Font awesome icons not showing in menu
3 replies · Started by Ross Robson on September 23, 2014
Hi Tom,
Onto my third website now using Generatepress:) having a little trouble getting the font awesome icons to show up in the menu, i have added a link for it using menu social icons which uses font awesome icons but isnt showing, could you take a look?
Doesn't look like you're using the right class.
Facebook should be this: <i class="fa fa-facebook"></i>
Hi tom,
tried aligning/floating the icons to the right next to the search icon but no luck, could you give me the code to do this please?
Thanks
You'll have to add custom classes to those menu items.
You can see how to do that here: http://sevenspark.com/how-to/how-to-add-a-custom-class-to-a-wordpress-menu-item
Then, you can add this CSS with the class you've chosen:
.chosen-class {
float: right;
}