The Google PageSpeed Insights is compelling that the following CSS is unused. This the brief highlight from the code they displayed.
/*! * Font Awesome Pro 5.12.1 by @fontawesome – https://fontawesome.com * License – https://fontaw…
How can I suppress its use?
Thanks again,
— John
Hey John,
Thank you for the inquiry.
Where can we see the issue? The icon font library is loaded by the layer slider, so disabling the plugin should also disable that particular icon font. You can disable the slider in the Enfold > Layout Builder panel, or use this snippet in the functions.php file.
add_theme_support('deactivate_layerslider');
Docs: https://kriesi.at/documentation/enfold/advanced-layerslider/#deactivate-layerslider
Best regards,
Ismael