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
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