• Resolved Elena Shikova

    (@medpressa)


    Hello!
    How i can remove addthis_wordpress_public.min.css. I copy it in my style.css
    Thank you for best plugin.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Leland

    (@addthisleland)

    Hi @medpressa,

    You can access this stylesheet by going into your plugins directory:
    /wp-content/plugins/addthis/frontend/build/addthis_wordpress_public.min.css

    I hope that helps!

    Thanks,
    Leland
    Support Engineer | AddThis

    Thread Starter Elena Shikova

    (@medpressa)

    I want remove it by function.php. I try:

    add_action( ‘wp_dequeue_style’, ‘remove_style’, 100 );
    function remove_style() {
    wp_deregister_style( ‘addthis_all_pages-css’ );
    }

    But it does not work. I think about “wp_dequeue_style” – wrong???

    Thanks for your answer.

    Plugin Contributor Leland

    (@addthisleland)

    Hi @medpressa,

    I’m not too familiar with that function so I’m not much help there but if you want to remove that CSS, you can delete it here:
    /wp-content/plugins/addthis/frontend/build/addthis_wordpress_public.min.css

    Thanks,
    Leland

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove css’ is closed to new replies.