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.