This is the reopening of the topic: How to remove Cornerstone's styles from the head?
How can I remove Cornerstone’s styles from the head of html?
I’m running Standalone Cornerstone ver.: 7.1.8.
I added filters in functions.php as stated in https://theme.co/docs/standalone-cornerstone#how-to-integrate-cornerstone-into-a-third-party-theme
Currently I have following filters without any success:
add_filter( ‘cornerstone_enqueue_styles’, ‘__return_false’ );
add_filter( ‘cornerstone_customizer_output’, ‘__return_false’ );
add_filter( ‘cornerstone_use_customizer’, ‘__return_false’ );
Kind regards.