Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter agencefreez

    (@agencefreez)

    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 !

    Thread Starter agencefreez

    (@agencefreez)

    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?

Viewing 2 replies - 1 through 2 (of 2 total)