Viewing 1 replies (of 1 total)
  • in your themes functions file, the following should work

    //dequeue css from plugin
    add_action('wp_enqueue_scripts', 'tp_twitter_plugin_destyles', 100);
    function tp_twitter_plugin_destyles()  {
    	wp_dequeue_style( 'tp_twitter_plugin_css' );
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to remove CSS file?’ is closed to new replies.