Hi, today I updated an old website to latest J4 version. I also updated T3 and JaMorgan Template.. I updated everything but... I cannot see Font Awesome Icons now and I don't know what to do.
Any solutions?
Font Awesome Icons disappeared after updating JaMorgan to J4
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
Hi,
template already uses FA6 but icons won't show. (see attached file)
Any other suggestion?
The solution to use FA5 seems to work, but I prefer to avoid it, it will become too obsolete.
Thank you in advance
Ok i got it:
to use FA6 I must change (for example)
from <i class="fa fa-book"></i>
to <span class="font-icon fa fa-book"></span>
Solved, thank you!
saguaros locked the discussion.