• Resolved sec55

    (@sec55)


    Is it possible to add the Facebook logo to the top menu? If not, what about the footer?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter sec55

    (@sec55)

    Thanks, but how do you do it? My web research hasn’t turned up the answer.

    Hello sec55,

    In the main menu, For facebook menu you have to add fa fa-facebook class to show facebook icon. Currently, fab fa-facebook class is added so facebook icon is not displaying.

    Hope this will helps you.

    Thanks.

    Hello there,

    Just an additional hint you could try is to use the Menu Icons plugin. Add this code to Additional CSS if you’d like to remove the menu text and keep only the icon.

    
    .menu-item  i._mi + span{
        display: none;
    }
    

    Use this CSS code to control the icon size.

    
    .menu-item  i._mi{
        font-size: 30px;
    }
    

    Regards,
    Kharis

    Thread Starter sec55

    (@sec55)

    Great, thank you, I will try this!

    Thread Starter sec55

    (@sec55)

    Apparently I have to enter another comment to mark this as resolved.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Facebook logo in top menu?’ is closed to new replies.