• Resolved Troglos

    (@troglos)


    Hi,

    As suggested in another post, I am trying with

    function fbc_dequeue_font_awesome_styles() {
        wp_dequeue_style( 'flexy-breadcrumb-font-awesome' );
        wp_deregister_style( 'flexy-breadcrumb-font-awesome' );
    }
    add_action( 'wp_print_styles', 'fbc_dequeue_font_awesome_styles' ); 

    but it doesn’t work.
    Any suggestion?

    Thank you

    • This topic was modified 3 years, 1 month ago by Troglos.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Arsalan Ahmed

    (@arsalanahmed901)

    Hi @troglos,

    Thanks for writing to us.

    Please use this hook ‘wp_enqueue_scripts’ instead of ‘wp_print_styles’.

    We hope this will resolve your issue if not feel free to reach out for further assistance.

    Regards,

    Thread Starter Troglos

    (@troglos)

    Thank you for your suggestion, it works fine.

    Arsalan Ahmed

    (@arsalanahmed901)

    Hi @troglos,

    We are glad to hear that the issue has been resolved.

    Feel free to reach out for further assistance.

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove font awesome CSS doesn’t work’ is closed to new replies.