Title: Dequeueing All Styles
Last modified: August 31, 2016

---

# Dequeueing All Styles

 *  [DoodleDogCody](https://wordpress.org/support/users/doodledogcody/)
 * (@doodledogcody)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/dequeueing-all-styles/)
 * How do I dequeue all the styles created by Yarpp. I have tried the following
 *     ```
       function dd_dequeue_header_styles() {
       	wp_dequeue_style('yarppWidgetCss');
       }
       add_action('wp_print_styles','dd_dequeue_header_styles');
   
       function dd_dequeue_footer_styles() {
       	wp_dequeue_style('yarppRelatedCss');
       }
       add_action('wp_footer','dd_dequeue_footer_styles');
       ```
   
 * This doesn’t seem to worth though as it still loading
 * styles_thumbnails.css.php?width=165&height=165&ver=4.3.1
 * I really would like to have no styling whatsoever in the Yarpp area. Let me control
   that with my theme instead of having to try and fight with the over opinionated
   styles that are already there
 * [https://wordpress.org/plugins/yet-another-related-posts-plugin/](https://wordpress.org/plugins/yet-another-related-posts-plugin/)

The topic ‘Dequeueing All Styles’ is closed to new replies.

 * ![](https://ps.w.org/yet-another-related-posts-plugin/assets/icon-256x256.png?
   rev=2549977)
 * [YARPP - Yet Another Related Posts Plugin](https://wordpress.org/plugins/yet-another-related-posts-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yet-another-related-posts-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yet-another-related-posts-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/yet-another-related-posts-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yet-another-related-posts-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yet-another-related-posts-plugin/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [DoodleDogCody](https://wordpress.org/support/users/doodledogcody/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/dequeueing-all-styles/)
 * Status: not resolved