Disable Eicons in Elementor

PHOTO EMBED

Wed May 12 2021 22:37:16 GMT+0000 (Coordinated Universal Time)

Saved by @Alz #php #wordpress #elementor

//*****---  Remove Eicons:  ---*****
//==========================
add_action( 'wp_enqueue_scripts', 'remove_default_stylesheet', 20 ); 
function remove_default_stylesheet() { 
	wp_deregister_style( 'elementor-icons' ); 
}
content_copyCOPY