Title: agent617's Replies | WordPress.org

---

# agent617

  [  ](https://wordpress.org/support/users/agent617/)

 *   [Profile](https://wordpress.org/support/users/agent617/)
 *   [Topics Started](https://wordpress.org/support/users/agent617/topics/)
 *   [Replies Created](https://wordpress.org/support/users/agent617/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/agent617/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/agent617/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/agent617/engagements/)
 *   [Favorites](https://wordpress.org/support/users/agent617/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [How to disable inline styling (style id=’global-styles-inline-css’)?](https://wordpress.org/support/topic/how-to-disable-inline-styling-style-idglobal-styles-inline-css/)
 *  [agent617](https://wordpress.org/support/users/agent617/)
 * (@agent617)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/how-to-disable-inline-styling-style-idglobal-styles-inline-css/#post-15293104)
 * Thanks [@brawl345](https://wordpress.org/support/users/brawl345/) this is an 
   elegant solution.
 * Alternatively, we can remove the Gutenberg theme library on the front-end (if
   not necessary) along with the inline injection, and save an additional 77.3KB
   in the DOM. As well as address WooComm variant with the following:
 *     ```
       //REMOVE GUTENBERG BLOCK LIBRARY CSS FROM LOADING ON FRONTEND
       function remove_wp_block_library_css(){
       wp_dequeue_style( 'wp-block-library' );
       wp_dequeue_style( 'wp-block-library-theme' );
       wp_dequeue_style( 'wc-block-style' ); // REMOVE WOOCOMMERCE BLOCK CSS
       wp_dequeue_style( 'global-styles' ); // REMOVE THEME.JSON
       }
       add_action( 'wp_enqueue_scripts', 'remove_wp_block_library_css', 100 );
       ```
   
 * Thanks to [brkcd git comment](https://github.com/WordPress/gutenberg/issues/36834#issuecomment-1021980079)
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WPS Hide Login] Updated: Corrupts WP Dashboard Plugin option after removal](https://wordpress.org/support/topic/corrupts-wp-dashboard-plugin-option-after-removal/)
 *  Thread Starter [agent617](https://wordpress.org/support/users/agent617/)
 * (@agent617)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/corrupts-wp-dashboard-plugin-option-after-removal/#post-11886974)
 * Updated my rating and description. You were not at fault. Apologies for the misunderstanding.–
   Best!

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