add_action('wp_enqueue_scripts', 'remove_default_stylesheet', 100);
function remove_default_stylesheet() {
wp_deregister_style('elementor-icons');
}
Copia il codice nel file functions.php del tuo tema child attivo o utilizza il plugin Code Snippets