How to Remove Font Awesome stylesheet of this Plugin
-
I am using this code
function eos_mo_social_fa_deregister() { wp_dequeue_style( 'mo-openid-sl-wp-font-awesome' ); wp_deregister_style( 'mo-openid-sl-wp-font-awesome' ); } add_action( 'wp_enqueue_scripts', 'eos_mo_social_fa_deregister', 999 );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to Remove Font Awesome stylesheet of this Plugin’ is closed to new replies.