diff --git a/functions/remove-block-library.php b/functions/remove-block-library.php index 0ad3d1a..f210794 100644 --- a/functions/remove-block-library.php +++ b/functions/remove-block-library.php @@ -3,6 +3,10 @@ function smartwp_remove_wp_block_library_css(){ wp_dequeue_style( 'wp-block-library' ); wp_dequeue_style( 'wp-block-library-theme' ); + wp_dequeue_style( 'wp-components-theme' ); + wp_dequeue_style( 'wp-components' ); + wp_dequeue_style( 'components' ); + wp_dequeue_style( 'classic-theme-styles' ); wp_dequeue_style( 'wc-blocks-style' ); // Remove WooCommerce block CSS wp_deregister_style( 'dashicons' ); add_filter( 'show_admin_bar', '__return_false' );