How to remove plugin css add_action( 'wp_enqueue_scripts', 'tifd_remove_default_stylesheet',999 ); function tifd_remove_default_stylesheet() { wp_dequeue_style('feedzy-rss-feeds'); }