• Resolved Aqib24

    (@aqib24)


    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)
  • Thread Starter Aqib24

    (@aqib24)

    But this code is not removing the font-awesome stylesheet added by this plugin which is causing conflicts with default theme font-awesome stylesheet.

    Hi,

    Thank you for reaching out to us.

    To remove the font awesome stylesheet. Please navigate to the Customise Social Login Icons Tab in Our plugin uncheck the option for Font Awesome as shown below in the screenshot.

    Please let us know if you have any other questions.

    You can also contact us by e-mail from the plugin support form or by e-mail at the e-mail address provided on our website. This way we can figure out the exact problem and we will be able to help you much more efficiently.

    Thanks`

    Thread Starter Aqib24

    (@aqib24)

    Thanks, it fixed the issue.

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.