Title: Deactivate styles
Last modified: December 8, 2018

---

# Deactivate styles

 *  Resolved [Rodrigo D’Agostino](https://wordpress.org/support/users/dt4ils/)
 * (@dt4ils)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/deactivate-styles/)
 * Is there any way in which I can deactivate the plugin’s core styles in order 
   to avoid overriding them?

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

 *  [thethemefoundry](https://wordpress.org/support/users/thethemefoundry/)
 * (@thethemefoundry)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/deactivate-styles/#post-10972128)
 * Hey there, [@dt4ils](https://wordpress.org/support/users/dt4ils/) 👋
 * As it turns out, that’s not currently baked in to HappyForms. It’s on our radar
   and will be released in future. We just don’t have a specific time frame in our
   minds for it yet.
 * For now, you can use Style step in form builder to get as close as possible to
   your styles. Then, adjust the remaining bits by overridding them using CSS.
 * Hope this helps! 🙂
 *  Thread Starter [Rodrigo D’Agostino](https://wordpress.org/support/users/dt4ils/)
 * (@dt4ils)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/deactivate-styles/#post-10973941)
 * Well, not really, because I would like to avoid loading an unnecessary style-
   sheet, so I’ll be looking forward to that update. Once it comes out, we’ll be
   able to consider this solved 😉
 *  [thethemefoundry](https://wordpress.org/support/users/thethemefoundry/)
 * (@thethemefoundry)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/deactivate-styles/#post-11008066)
 * Hey [@dt4ils](https://wordpress.org/support/users/dt4ils/) 👋
 * Just to follow-up on this, we pushed a new filter you can use in your child theme
   to disable enqueueing HappyForms styles. Here goes…
 *     ```
       add_filter( 'happyforms_enqueue_style', 'render_happyforms_styles', 10 );
   
       function render_happyforms_styles() {
       	return false;
       }
       ```
   
 * Hope this helps! 🙂
 *  Thread Starter [Rodrigo D’Agostino](https://wordpress.org/support/users/dt4ils/)
 * (@dt4ils)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/deactivate-styles/#post-11025710)
 * That did the trick! In the meantime this will do, but it would be great to have
   this as a real feature. One thing to note is that select menus brake when using
   this method.
 * Thank you! 🙂
 *  Thread Starter [Rodrigo D’Agostino](https://wordpress.org/support/users/dt4ils/)
 * (@dt4ils)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/deactivate-styles/#post-11310212)
 * It seems the 1.7.3 update broke the filter you provided for me. It’s not working
   anymore 🙁
 *  Thread Starter [Rodrigo D’Agostino](https://wordpress.org/support/users/dt4ils/)
 * (@dt4ils)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/deactivate-styles/#post-11317710)
 * Update 1.7.4 fixed it and now the same filter is working properly 🙂

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

The topic ‘Deactivate styles’ is closed to new replies.

 * ![](https://ps.w.org/happyforms/assets/icon-256x256.png?rev=2778164)
 * [Happyforms - Form Builder for WordPress: Drag & Drop Contact Forms, Surveys, Payments & Multipurpose Forms](https://wordpress.org/plugins/happyforms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/happyforms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/happyforms/)
 * [Active Topics](https://wordpress.org/support/plugin/happyforms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/happyforms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/happyforms/reviews/)

## Tags

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

 * 6 replies
 * 2 participants
 * Last reply from: [Rodrigo D’Agostino](https://wordpress.org/support/users/dt4ils/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/deactivate-styles/#post-11317710)
 * Status: resolved