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');
}
add_action( 'wp_enqueue_scripts', 'tifd_remove_default_stylesheet',999 );
function tifd_remove_default_stylesheet() {
wp_dequeue_style('feedzy-rss-feeds');
}
Still need help? Contact Us Contact Us