How Can I Stop Helix 3 From Loading Fontawesome 4? - Question | JoomShaper

How Can I Stop Helix 3 From Loading Fontawesome 4?

KE Comm

KE Comm

Helix Framework 3 years ago

According to google page speed insights my Helix 3 Template is loading Font Awesome 4.7. I only want to use FA 5. How can I stop Helix 3 from loading FA 4.7?

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #2117

Hi, you have to cut off / remove them from Helix3 source code. This is the only way to remove them totally.

For example try this

MAKE THIS FILE EMPTY: templates\shaper_helix3\css\font-awesome.min.css

OR / ODER

remove ", font-awesome.min.css" (yes, with comma) from file: templates\shaper_helix3\index.php

0