Title: Remove fontawesome
Last modified: March 23, 2020

---

# Remove fontawesome

 *  [viesiissz](https://wordpress.org/support/users/viesiissz/)
 * (@viesiissz)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/remove-fontawesome-4/)
 * 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)

 *  [Elementor](https://wordpress.org/support/users/davidr90/)
 * (@davidr90)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/remove-fontawesome-4/#post-12574868)
 * 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](https://wordpress.org/support/users/viesiissz/)
 * (@viesiissz)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/remove-fontawesome-4/#post-12575046)
 * 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](https://ibb.co/CmVvKVc)
 *  [Elementor](https://wordpress.org/support/users/davidr90/)
 * (@davidr90)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/remove-fontawesome-4/#post-12578598)
 * 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](https://github.com/elementor/elementor)
 *  [Francisco](https://wordpress.org/support/users/fmarconi/)
 * (@fmarconi)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/remove-fontawesome-4/#post-12982103)
 * 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](https://github.com/elementor/elementor/issues/11361)
   but not a solution. Regards

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove fontawesome’ is closed to new replies.

 * ![](https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228)
 * [Elementor Website Builder - more than just a page builder](https://wordpress.org/plugins/elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/elementor/reviews/)

## Tags

 * [dequeue](https://wordpress.org/support/topic-tag/dequeue/)

 * 4 replies
 * 5 participants
 * Last reply from: [Francisco](https://wordpress.org/support/users/fmarconi/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/remove-fontawesome-4/#post-12982103)
 * Status: not resolved