Title: Remove css
Last modified: October 13, 2017

---

# Remove css

 *  Resolved [Elena Shikova](https://wordpress.org/support/users/medpressa/)
 * (@medpressa)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/remove-css-7/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-css-7%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [Leland](https://wordpress.org/support/users/addthisleland/)
 * (@addthisleland)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/remove-css-7/#post-9584655)
 * Hi [@medpressa](https://wordpress.org/support/users/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](https://wordpress.org/support/users/medpressa/)
 * (@medpressa)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/remove-css-7/#post-9584971)
 * 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](https://wordpress.org/support/users/addthisleland/)
 * (@addthisleland)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/remove-css-7/#post-9585022)
 * Hi [@medpressa](https://wordpress.org/support/users/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.

 * ![](https://s.w.org/plugins/geopattern-icon/addthis_70cced.svg)
 * [WordPress Share Buttons Plugin – AddThis](https://wordpress.org/plugins/addthis/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/addthis/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/addthis/)
 * [Active Topics](https://wordpress.org/support/plugin/addthis/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/addthis/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/addthis/reviews/)

## Tags

 * [remove css](https://wordpress.org/support/topic-tag/remove-css/)

 * 3 replies
 * 2 participants
 * Last reply from: [Leland](https://wordpress.org/support/users/addthisleland/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/remove-css-7/#post-9585022)
 * Status: resolved