Viewing 1 replies (of 1 total)
  • Plugin Author Team Startbit

    (@vivacityinfotechjaipur)

    Hi ixray,
    Greetings !!

    Thanks for using our plugin.

    We have checked your requirement and found that you can also disable twitter-post.css file by customize some code in your function.php file.
    You need to customize some code for Example :

    if ( is_home() )
    {
    add_action(‘wp_enqueue_scripts’, ‘remove_simple_css’, 1);
    }

    function remove_simple_css()
    {
    remove_action(‘wp_enqueue_scripts’, ‘css_file’);
    }

    Please let us know if you need more help. We are happy to help you out!.

    Thanks & Regards
    Team Vivacity

Viewing 1 replies (of 1 total)
  • The topic ‘Why does WP Twitter add frontend stylesheet?’ is closed to new replies.