Disable Font Awesome | WordPress.org

[ad_1]

Hi @fkoomek ,

Thanks for the contact.

You can use this function to dequeue font awesome style.

add_action( 'wp_enqueue_scripts', 'custom_dequeue_styles' );
function custom_dequeue_styles() {
wp_dequeue_style( 'tc-caf-font-awesome-style');
wp_deregister_style( 'tc-caf-font-awesome-style' );
}

Thanks,

Trusty Plugins Team

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer