#199884
 dlx
Participant

Hi!

How can we disable this by a function on the child theme in functions.php?

I´ve tried this:

add_action( ‘wp_head’, ‘remove_my_class_action’ );
function remove_my_class_action(){
global $kleo_theme;
remove_action( ‘wp_head’, array( $kleo_theme, ‘render_css’ ), 15 ) );
}

But it causes an error 500

Log in with your credentials

Forgot your details?