• Resolved Miguel

    (@mhagenaars)


    Hello guys!

    This plugin loads the Font Awesome in the head tag of the website but I am not using this. I also not using icons for the custom order status so is there a way to deregister it for the front end?

Viewing 1 replies (of 1 total)
  • Plugin Author Niloy

    (@im_niloy)

    Hello,

    Thank you for letting us know about this issue. It seems that the icon css should only appear on the account page, not on all pages. If you do not currently use any icons for status, you can disable it by adding the following code to the child theme’s functions.php file. Additionally, we will include an option in the next release to prevent it from loading globally.

    function bv_dequeue_font_awesome_cdn() { wp_dequeue_style('font-awesome-cdn'); } add_action('wp_enqueue_scripts', 'bv_dequeue_font_awesome_cdn', 999);

Viewing 1 replies (of 1 total)
  • The topic ‘Deregister Font Awesome (loading in Frontend)’ is closed to new replies.