Hi,
Check those snippets
COPY CODE
/* Deqeue the google fonts */
function sq7r_deque_kleo_gogole_fonts() {
wp_deregister_style('kleo-google-fonts', $google_link, array(), '', 'all' );
wp_dequeue_style('kleo-google-fonts');
}
add_action('wp_enqueue_scripts', 'sq7r_deque_kleo_gogole_fonts',999);
COPY CODE
/* Deqeue the dynamic css file */
function sq7r_deque_kleo_dynamic() {
wp_deregister_style( 'kleo-colors', trailingslashit( $kleo_config['custom_style_url'] ) . 'dynamic.css', array(), $version, 'all' );
wp_deenqueue_style( 'kleo-colors' );
}
add_action('wp_enqueue_scripts', 'sq7r_deque_kleo_dynamic',999);
Cheers
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution