Title: remove inline styles
Last modified: December 25, 2019

---

# remove inline styles

 *  [HamidReza Abdipour](https://wordpress.org/support/users/abdipour/)
 * (@abdipour)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/remove-inline-styles-5/)
 * Hi,
    How can i remove inline styles? Is there any hook for that? <style id=’twentytwenty-
   style-inline-css’>

Viewing 1 replies (of 1 total)

 *  [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/remove-inline-styles-5/#post-12272688)
 * [@abdipour](https://wordpress.org/support/users/abdipour/) You can probably do
   it with:
 *     ```
       add_action( 'wp_enqueue_scripts', function() {
       	$styles = wp_styles();
       	$styles->add_data( 'twentytwenty-style', 'after', array() );
       }, 20 );
       ```
   
 * I must warn you that some of the changes you did in the Customizer might not 
   work after this (or any added inline styles for the `twentytwenty-style` handle).
    -  This reply was modified 6 years, 5 months ago by [acosmin](https://wordpress.org/support/users/acosmin/).

Viewing 1 replies (of 1 total)

The topic ‘remove inline styles’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentytwenty/3.1/screenshot.png)
 * Twenty Twenty
 * [Support Threads](https://wordpress.org/support/theme/twentytwenty/)
 * [Active Topics](https://wordpress.org/support/theme/twentytwenty/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentytwenty/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentytwenty/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [acosmin](https://wordpress.org/support/users/acosmin/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/remove-inline-styles-5/#post-12272688)
 * Status: not resolved