Title: dequeue custom stylesheet
Last modified: August 31, 2016

---

# dequeue custom stylesheet

 *  Resolved [danielchopkins](https://wordpress.org/support/users/danielchopkins/)
 * (@danielchopkins)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/dequeue-custom-stylesheet/)
 * I noticed that wp-members loads your child stylesheet again if you declare it
   as a custom stylesheet in the options.
 * I get the whole option of having a separate custom file, but I really just want
   it to use my default styles, and I don’t want it loaded twice. Is there a way
   to opt not to load any stylesheet for the login/registration form?
 * [https://wordpress.org/plugins/wp-members/](https://wordpress.org/plugins/wp-members/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/dequeue-custom-stylesheet/#post-7113254)
 * Part of properly enqueueing styles and scripts is to register them. That way 
   they can be removed by deregistering. It’s not explicitly mentioned in this context,
   but this post has an example that includes [removing the plugin’s loaded stylesheet](http://rocketgeek.com/tips-and-tricks/load-a-custom-stylesheet/)
   using [wp_deregister_style()](https://codex.wordpress.org/Function_Reference/wp_deregister_style)(
   which is what you’d need to do to then programmatically load a custom stylesheet,
   which you won’t be doing).

Viewing 1 replies (of 1 total)

The topic ‘dequeue custom stylesheet’ 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

 * [Stylesheet](https://wordpress.org/support/topic-tag/stylesheet/)

 * 1 reply
 * 2 participants
 * Last reply from: [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/dequeue-custom-stylesheet/#post-7113254)
 * Status: resolved