Viewing 3 replies - 1 through 3 (of 3 total)
  • @spade – Your caching plugin is masking the information in the page source that would allow you to find the font-awesome implementation with a search of the page source. Try disabling the caching plugin and then search your page source to find which plugin is calling font-awesome.

    ~ Cais.

    a2hostinglk

    (@a2hostinglk)

    Hi @@spade

    I inspected your site and it looks like you have 2 stylesheets for font awesome:

    <link rel="stylesheet" id="font-awesome-css" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css?wpfas=true" type="text/css" media="all">
    
    <link rel="stylesheet" id="font-awesome-shims-css" href="https://use.fontawesome.com/releases/v5.8.1/css/v4-shims.css?wpfas=true" type="text/css" media="all">

    Looks like these are coming from your theme.

    Have you checked your theme files?

    mrtom414

    (@mrtom414)

    font awesome is used for symbols and branding icons. It probably was added by the theme developer and has been enqueued in the functions.php file. It pretty common practice for theme developers to use font awesome to display Facebook and other social media icons. If you remove it you might find your icons for any social media sites will disappear. To remove it you would probably have to create a child theme and unequeue the script in the functions.php file.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to disable font awesome’ is closed to new replies.