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');
}Manually cleaning feeds? Still? Go Pro to filter by keyword, auto-clean old posts, and set fallback images automatically.
See Pro Plans →add_action( 'wp_enqueue_scripts', 'tifd_remove_default_stylesheet',999 );
function tifd_remove_default_stylesheet() {
wp_dequeue_style('feedzy-rss-feeds');
}