Finally, I just removed the style adding this in my function.php :
add_action( ‘wp_print_styles’, ‘my_deregister_styles’, 100 );
function my_deregister_styles() {
wp_deregister_style( ‘js_composer_custom_css’ );
}
I’ll never use this css anyway so for me it’s the best option.
Thank you for the support and this awesome plugin !
Thanks for the fast answer,
Yes it’s “screen” instead of “all” unfortunately I can’t change that.
I did exclude it, but I still have a empty css file.
Maybe there is a function to solve that?