Font Awesome Not Showing Anymore - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Font Awesome Not Showing Anymore

J

Julian

Template 2 years ago

Hello,

I am using Helix 2.0.11 and SP Page Builder Pro 4.0.6 with Joomla 4.2.6.

Suddenly none of the Font Awesome icons are showing up anymore. Neither the contact info icons from Helix, nor for example the arrows of a slideshow in SP Page Builder Pro.

In SP Page Builder I activated the option Load Font Awesome In Helix I activated the option Enable Font Awesome

Another strange behaviour: in Chrome I see kind of hieroglyphs instead of the icon In Chrome/Edge I dont see a symbol at all

BR Julian

0
3 Answers
Pavel
Pavel
Accepted Answer
2 years ago #98125

Hi Julian.

This is because of the line of code in your custom.css. Remove it.

If you need to configure the font for the whole site, use such a code instead

body {
    font-family: 'Maven Pro', sans-serif;
}

!important is not required, it can damage all other fonts like Font Awesome.

If this does not work without !important , you should to find the reason instead of using !important

0
J
Julian
Accepted Answer
2 years ago #98127

Thanks a lot Pavel! That was a silly mistake.

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

Hello,

Glad that the issue has been solved already:)

Best Regards

0