Title: [Plugin: WP-Members] Enabling/Disabling Default Styles
Last modified: August 20, 2016

---

# [Plugin: WP-Members] Enabling/Disabling Default Styles

 *  Resolved [creativeworldstudio](https://wordpress.org/support/users/creativeworldstudio/)
 * (@creativeworldstudio)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/plugin-wp-members-enablingdisabling-default-styles/)
 * Hello – so far in testing WP Members looks to be a very promising plugin, thank
   you!
 * I’d like to be able to disable the WP-Members default CSS styles completely.
 * I know we can remove plugin scripts/styles via the theme functions.php however
   I’m not sure if you’re using (the prefered) wp_enqueue_script() and wp_enqueue_style()
   to load your styles, or if you’re just dropping them into the header?
 * And perhaps that isn’t working for me because I’m using the wrong $handle (I 
   thought it would be ‘wp-members’ but this dosen’t do anything).
 * For now I’ll overwrite the CSS from my theme styles.css but ideally if an option
   could be added in the backend (ie- [check box] Use WP-Members CSS?) that would
   be great.
 * Thanks, Leon.
 * [http://wordpress.org/extend/plugins/wp-members/](http://wordpress.org/extend/plugins/wp-members/)
 * update:
    If it helps, I’m using this code in my functions.php to remove styles(
   but its not doing anything):
 *     ```
       add_action('wp_print_styles','remove_styles',100);
   
       function remove_styles() {
           wp_deregister_style('wp-members');
       }
       ```
   
 * update 2:
    Ok I see now that if I set the WP Members > Manage Options > Custom
   CSS field to my themes CSS field the default styles arn’t loaded. Thanks.

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

 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/plugin-wp-members-enablingdisabling-default-styles/#post-2130831)
 * Seems like you’ve figured it out already…
 * If you need more information, this and more is covered in the [Users Guide](http://butlerblog.com/wp-members).
 *  Thread Starter [creativeworldstudio](https://wordpress.org/support/users/creativeworldstudio/)
 * (@creativeworldstudio)
 * [14 years, 12 months ago](https://wordpress.org/support/topic/plugin-wp-members-enablingdisabling-default-styles/#post-2130846)
 * Yes, figured it out thanks. When I first saw that field option I assumed it was
   to add a style sheet in *addition* to the default styles (and not replace it).
   Thanks for the quick reply.

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

The topic ‘[Plugin: WP-Members] Enabling/Disabling Default Styles’ is closed to 
new replies.

 * ![](https://ps.w.org/wp-members/assets/icon-256x256.png?rev=1226414)
 * [WP-Members Membership Plugin](https://wordpress.org/plugins/wp-members/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-members/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-members/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-members/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-members/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-members/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [creativeworldstudio](https://wordpress.org/support/users/creativeworldstudio/)
 * Last activity: [14 years, 12 months ago](https://wordpress.org/support/topic/plugin-wp-members-enablingdisabling-default-styles/#post-2130846)
 * Status: resolved