Font Awesome Icon does Not Function With J4! And Helix Ultimate 2 - Question | JoomShaper

Font Awesome Icon does Not Function With J4! And Helix Ultimate 2

OD

Olivier DELORON

Helix Framework 2 years ago

I can't get a FA icon in my menu though the FA library is enabled in the advance settings of the template... I also set "fas fa-home" in the CSS style of the menu link. http://sylstor.agence-web-e-novea.com/ Thanks in advance for your help, Olivier

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #35415

Hi there!

Sorry for your issue.

Would you please try to use the following code in your custom CSS:

.sp-megamenu-parent > li.active > a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0
OD
Olivier DELORON
Accepted Answer
2 years ago #35567

Thank you Rashida, That way it is OK. Just for knowing, is this a bug that will be corrected in next release? Best regards,

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #35591

Our Helix Ultimate and SP Page Builder both loads Font awesome 5 now, but may be there are other font awesome 4 file load coflicting with this somehow.

0