Pro Verified

Name

Disable e-icons from Elementor

About

Disable e-icons - and remove the notification from occurring during your Page Speed Insight Check.

Language

Javascript

Rating

Voted: 5 by 5 user(s)

How to Setup Snippet

Add to Code Snippets and Run Everywhere.

Codevault

WebSquadron

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: Not Specified

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

History

Last modified:

07/03/2023

Important Note

This snippet has the following status:

Pro Verified

This snippet has been verified by a Code Snippet Pro team member.

Pro Comments:

Disable e-icons from Elementor

 
                    
1add_action( 'wp_enqueue_scripts', 'remove_default_stylesheet', 20 );
2function remove_default_stylesheet() {
3 wp_deregister_style( 'elementor-icons' );
4}

5

Related Snippets

Please see some snippets below related to this snippet..

Performance

AI Verified

0

Stop Lazy Load for 1 Image

Added: 1 year ago

Last Updated: 1 year ago

Hover over your image in the Media Library to get the ID value and then replace the 10576 in the code.

Performance

AI Verified

0

Disable Lazy Loading

Added: 1 year ago

Last Updated: 7 months ago

Disable Lazy Loading

Performance

AI Verified

0

Purge Wordpress

Added: 1 year ago

Last Updated: 1 year ago

Adds a button at the top of Wordpress Admin Top bar

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

Performance

AI Verified

33

Remove Unused Javascript

Added: 1 year ago

Last Updated: 1 day ago

Remove Unused Javascript - and improve your Page Speed Insight Score

WooCommerce

Pro Verified

10

Deactivate some WooCommerce Checkout Fields

Added: 1 year ago

Last Updated: 3 weeks ago

Deactivate some WooCommerce Checkout Fields from showing

Elementor

AI Verified

6

CSS Grid Aid

Added: 8 months ago

Last Updated: 2 months ago

This can be used for any WordPress Builder to aid working with CSS Grids.