Dequeue eicons.woff2?5.10.0
-
Hello,
I prevoiusly had eicons disabled in on my site by adding the following code to my functions.php file of my child theme:
add_action( ‘wp_enqueue_scripts’, ‘remove_default_stylesheet’, 20 );
function remove_default_stylesheet() {
wp_deregister_style( ‘elementor-icons’ );
}Following updating to Elementor 3.2.2, the script is loading on my site again. Any recommendations on how to prevent it from loading?
For reference, full url is: https://optionshme.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.10.0
The page I need help with: [log in to see the link]
The topic ‘Dequeue eicons.woff2?5.10.0’ is closed to new replies.