[Resolved] Font awesome icons not showing in menu

Home Forums Support [Resolved] Font awesome icons not showing in menu

Home Forums Support Font awesome icons not showing in menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33227
    Ross Robson

    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?

    http://www.framespontyclun.co.uk

    #33270
    Tom
    Lead Developer
    Lead Developer

    Doesn’t look like you’re using the right class.

    Facebook should be this: <i class="fa fa-facebook"></i>

    #33694
    Ross Robson

    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

    http://www.calstepdartswales.co.uk

    #33757
    Tom
    Lead Developer
    Lead Developer

    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;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.