• Hello!
    I have problem with remove font-awesome.
    — wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=4.7.0 —

    I tried this code.

    add_action( 'elementor/frontend/after_register_styles',function() {
    	foreach( [ 'solid', 'regular', 'brands' ] as $style ) {
    		wp_deregister_style( 'elementor-icons-fa-' . $style );
    	}
    }, 20 );
    

    Still don’t work.
    Have some solution ?

    Thank you !

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Have you tried implementing your code into your child theme functions.php file?

    Let me know if it worked for you.

    Thread Starter viesiissz

    (@viesiissz)

    Hi!
    Yes i have in child functions.php

    When i check in pingdom, he is still slowing website.

    Here is picture
    https://ibb.co/CmVvKVc

    Hi,

    If you still see FontAwesome script loading on your site?
    Please make sure you have implemented the code in our guide at the end of the functions.php file?

    You can also try switching the CSS print method to Internal Embedding and Regenerate CSS and see if this will make a difference.

    However, if you still have a code-related question, please send it to our repo,
    with a detailed description.
    https://github.com/elementor/elementor

    Hello. Same problem here, unable to remove Awesome although I’ve implemented the code snippet at the end of my functions.php. There’s an issue at tour repo but not a solution. Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove fontawesome’ is closed to new replies.