• 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, 4 months ago by Troglos.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove font awesome CSS doesn’t work’ is closed to new replies.