diff --git a/functions.php b/functions.php index 10a3c2c..f778aa8 100644 --- a/functions.php +++ b/functions.php @@ -37,6 +37,8 @@ function remove_actions_parent_theme() { wp_dequeue_style( 'wp-block-library-theme' ); wp_dequeue_style( 'wc-block-style' ); wp_dequeue_style( 'global-styles' ); + wp_dequeue_style( 'classic-theme-styles' ); + remove_action( 'wp_head', '_wp_render_title_tag', 1); // remove_action( 'wp_head', 'wp_enqueue_scripts', 1 );