Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support beatrice12

    (@beatrice12)

    Hello @p_e_z,

    Thank you for reaching out to us!

    Unfortunately this is not a native option the plugin currently has.
    It should be possible but you would need to help of a developer.
    At the moment we cannot offer support for custom coding – we would not want to break something on your site by mistake. It is possible though that someone on these forums might’ve already tried that and could help so we’ll leave the ticket open for the time being.

    Warmly,
    Beatrice.

    Well, that’s unfortunate. This is a GDPR compliance issue, expect customers in the EU to rapidly move away from your plugin if it relies on CDNs instead of shipping with the files, as courts and Data Protection Officials start handing down injunctions.

    Plugin Support beatrice12

    (@beatrice12)

    Hello @uschwarzcau,

    You need to create a child theme and in it you also need to create a functions.php file and add there this code:

    add_action( 'wp_enqueue_scripts', 'remove_ftg_font_awesome', 99 );
    
    function remove_ftg_font_awesome(){
        wp_dequeue_style( 'fontawesome_stylesheet' );
    }

    Warmly,
    Beatrice.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Deactivate Font Awesome’ is closed to new replies.