• Resolved fkoomek

    (@fkoomek)


    Hello. How can I remove Font Awesome loaded by your plugin? I don’t need it. Thanks.

    Radan

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Mahbub Shovan

    (@mahbubshovan)

    Hi @fkoomek

    I hope this message finds you well. I want to inform you that we are working on implementing an option to disable Font Awesome our plugin. However, until that feature is available, I can provide you with a code snippet that temporarily disables Font Awesome. It’s essential to note that users won’t see any icons from our plugin on the front by using this code.

    To proceed, please follow these steps:

    1. Open your theme’s function.php file.
    2. Copy and paste the following code into the file:
    //* EB Dequeue Styles - Remove Font Awesome
    add_action( 'wp_print_styles', 'eb_dequeue_font_awesome_style' );
    function eb_dequeue_font_awesome_style() {
          wp_dequeue_style( 'essential-blocks-fontawesome' );
          wp_deregister_style( 'essential-blocks-fontawesome' );
    }

    Once you’ve added the code, Font Awesome will be disabled on your website. Please take note of any changes you observe on the frontend, as icons from our plugin will no longer be visible.

    Feel free to let us know how it goes or if you encounter any issues. Your feedback is valuable to us.

    Thank you for your understanding and cooperation.
    Have a nice day.

    Thread Starter fkoomek

    (@fkoomek)

    Hi.

    Thank you!

    Radan

    Plugin Support Mahbub Shovan

    (@mahbubshovan)

    Hi @fkoomek

    I am glad I was able to help, please feel free to contact our support anytime you need help, we are always here to help.
    If you don’t mind me asking, could you do me a favor, and spend 30-sec to review us following this link, this will help us to serve better. Thank you in advance!

    Link to review: https://www.ads-software.com/support/plugin/essential-blocks/reviews/#new-post

    Have a nice day!

    Robin Labadie

    (@robin-labadie)

    Hello,

    Just to say I’m interested in this feature as I’m trying to make websites as light as possible.

    Best regards

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