cyskye Hi
In J4, the template will load FontAwesome 6 while icons you're using with the classes in old version. There are 2 options:
1/ Change the icons' classes to FontAwesome 6
2/ If you still want to use old classes, try this custom css code:
i.fa {
font-family: "Font Awesome 5 Free" !important;
}
Regards