// Remove Gutenberg Block Library CSS add_action('wp_enqueue_scripts',function(){wp_dequeue_style('wp-block-library');wp_dequeue_style('wp-block-library-theme');wp_dequeue_style('wc-blocks-style');// WooCommerce blocks if present wp_dequeue_style('global-styles');// Gutenberg global styles},100);