Title: scripts and styles
Last modified: August 22, 2016

---

# scripts and styles

 *  [Monika](https://wordpress.org/support/users/monika/)
 * (@monika)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/scripts-and-styles/)
 * hi
    the hammy-stylesheet-css are only few lines, I would like to reduce http 
   request and deregister this style
 * but how can I do this 🙂
 *     ```
       function mtsmag_deregister_styles() {
       wp_deregister_style( 'hammy-stylesheet-css' );
   
       }
       add_action( 'wp_print_styles', 'mtsmag_deregister_styles', 100 );
       ```
   
 * does’nt work
 * and a feature requests => the scripts are not minified
    I did this by myself,
   but I know this is not the best way 🙂
 * [https://wordpress.org/plugins/hammy/](https://wordpress.org/plugins/hammy/)

The topic ‘scripts and styles’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/hammy_e3e3e3.svg)
 * [Hammy](https://wordpress.org/plugins/hammy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hammy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hammy/)
 * [Active Topics](https://wordpress.org/support/plugin/hammy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hammy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hammy/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Monika](https://wordpress.org/support/users/monika/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/scripts-and-styles/)
 * Status: not resolved