WordPress twentytwenty theme inline css overriding css body

https://wordpress.org/support/topic/remove-inline-styles-5/

 add_action( 'wp_enqueue_scripts', function() {
        $styles = wp_styles();
        $styles->add_data( 'twentytwenty-style', 'after', array() );
    }, 20 );

Leave a Comment