Title: Remove inline FontAwesome CSS
Last modified: September 30, 2020

---

# Remove inline FontAwesome CSS

 *  [Archimidis Mertzanos](https://wordpress.org/support/users/archimidism/)
 * (@archimidism)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/remove-inline-fontawesome-css/)
 * Hello everyone!
    I would like to ask you how can I remove this line from the 
   website code that is produced via the Elementor plugin. `<link rel='stylesheet'
   id='font-awesome-css' href='....' media='all' />`
 * I tried hooks like this
 *     ```
       add_action( 'wp_enqueue_scripts', 'akis_child_deregister_styles', 99);
       function akis_child_deregister_styles() {
           wp_dequeue_style( 'font-awesome' );
           wp_dequeue_style( 'font-awesome-inline' );
   
       }
       ```
   
 *  but they seem they dont work.
 * Could you please help me.
 * All the best!
    Archimidis

The topic ‘Remove inline FontAwesome CSS’ 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/)

 * 0 replies
 * 1 participant
 * Last reply from: [Archimidis Mertzanos](https://wordpress.org/support/users/archimidism/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/remove-inline-fontawesome-css/)
 * Status: not resolved