Title: CSS
Last modified: September 29, 2018

---

# CSS

 *  Resolved [Aleksandr](https://wordpress.org/support/users/aleksandrx/)
 * (@aleksandrx)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/css-165/)
 * Hi, how do I disable the styles of your plugin? Thank you)

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

 *  Plugin Author [easyregistrationforms](https://wordpress.org/support/users/easyregistrationforms/)
 * (@easyregistrationforms)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/css-165/#post-10736385)
 * Hello,
    Thank you for contacting us. To remove theme CSS you may override it 
   using style handlers ie. ‘**erf-front-style**‘ and ‘**erf-front-style-responsive**‘
   in your theme functions.php file and use your own CSS files. Usage :
 *     ```
       wp_enqueue_style( 'erf-front-style', get_stylesheet_uri() . '/your-css-file');
       wp_enqueue_style( 'erf-front-style-responsive', get_stylesheet_uri() . '/your-css-file');
       ```
   
 * Feel free to drop us an email on [erformswp@gmail.com](https://wordpress.org/support/topic/css-165/erformswp@gmail.com?output_format=md)
   or you can also contact us through our website’s support page [http://www.easyregistrationforms.com/support/](http://www.easyregistrationforms.com/support/)
   in case you have any other questions or concerns.
    -  This reply was modified 7 years, 7 months ago by [easyregistrationforms](https://wordpress.org/support/users/easyregistrationforms/).
 *  Thread Starter [Aleksandr](https://wordpress.org/support/users/aleksandrx/)
 * (@aleksandrx)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/css-165/#post-10736532)
 * My theme already has styles, why should I connect them the second time?
    How 
   to just disable ‘erf-front-style’ file style.css your plugin? Thank you)
 *  Plugin Author [easyregistrationforms](https://wordpress.org/support/users/easyregistrationforms/)
 * (@easyregistrationforms)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/css-165/#post-10736625)
 * Hello [@aleksandr](https://wordpress.org/support/users/aleksandr/),
 * What we meant is that connect a blank css file using our enqueue handler. This
   will disable all our css. Your theme’s styling has nothing to do with this.
 *  Thread Starter [Aleksandr](https://wordpress.org/support/users/aleksandrx/)
 * (@aleksandrx)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/css-165/#post-10762962)
 * When i add
    `wp_enqueue_style( 'erf-front-style', get_stylesheet_uri() . '/your-
   css-file');` WordPress connects a second time file with styles of my theme. In
   file `easy-registration-forms/includes/class-frontend.php` you connect the style
   twice. 109 and 158 line `wp_enqueue_style('erf-front-style', ERFORMS_PLUGIN_URL.'
   assets/css/style.css');` Why does not it work
 *     ```
       add_action('wp_print_styles', 'mytheme_dequeue_css_from_plugins', 100);
       function mytheme_dequeue_css_from_plugins() {
       wp_dequeue_style( "erf-front-style" );
       }
       ```
   
 * And
 *     ```
       function remove_styles () {
       wp_deregister_style ('erf-front-style');
       }
       add_action ('wp_print_styles','remove_styles',100);
       ```
   
 * The issue is not resolved)
 *  Plugin Author [easyregistrationforms](https://wordpress.org/support/users/easyregistrationforms/)
 * (@easyregistrationforms)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/css-165/#post-10763923)
 * Hello,
 * We need more details about the issue you are facing.
    Please raise a support 
   ticket on our email [erformswp@gmail.com](https://wordpress.org/support/topic/css-165/erformswp@gmail.com?output_format=md)
   or you can leave a message on our website’s support page [http://www.easyregistrationforms.com/support/](http://www.easyregistrationforms.com/support/)
 * Looking forward for your response.
 *  Thread Starter [Aleksandr](https://wordpress.org/support/users/aleksandrx/)
 * (@aleksandrx)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/css-165/#post-10764205)
 * Oh man, just add to your plugin the ability to turn off the styles of your plugin
   as scripts))
    Separately `erf-front-style` Separately `erf-front-style-responsive`
 * Thanks for the nice plugin)
    Began to do the translation, but it is veeeery large)
 *  Plugin Author [easyregistrationforms](https://wordpress.org/support/users/easyregistrationforms/)
 * (@easyregistrationforms)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/css-165/#post-10764506)
 * Hello [@aleksandrx](https://wordpress.org/support/users/aleksandrx/),
 * We found the issue about why the dequeue is not working. We will be including
   the fix in next week release. I will update you here.

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

The topic ‘CSS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-registration-forms_82b2df.svg)
 * [Easy Registration Forms](https://wordpress.org/plugins/easy-registration-forms/)
 * [Support Threads](https://wordpress.org/support/plugin/easy-registration-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-registration-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-registration-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-registration-forms/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [easyregistrationforms](https://wordpress.org/support/users/easyregistrationforms/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/css-165/#post-10764506)
 * Status: resolved