Title: Removing Inline CSS
Last modified: August 21, 2016

---

# Removing Inline CSS

 *  Resolved [purrdesign](https://wordpress.org/support/users/purrdesign/)
 * (@purrdesign)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/removing-inline-css/)
 * In an effort to clean up my site’s header and improve pagespeed, I’m trying to
   get rid of any extra css files. I was able to move this plugin’s .js to the site
   footer, and include the plugin’s css in my own theme’s stylesheet. However there
   is still a big chunk of inline css being loaded in my site header. Is there any
   way that I can remove this, copying it into my theme css file instead? I understand
   the settings page won’t reflect changes but I’m pretty set with the button settings
   and don’t foresee needing to change that.
 * Thanks!
 * [https://wordpress.org/plugins/jquery-pin-it-button-for-images/](https://wordpress.org/plugins/jquery-pin-it-button-for-images/)

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

 *  Plugin Author [mrsztuczkens](https://wordpress.org/support/users/mrsztuczkens/)
 * (@mrsztuczkens)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/removing-inline-css/#post-5001034)
 * Hi,
 * you can copy the inline CSS to your theme’s CSS and go to the includes/public/
   class-jpibfi-client.php file and remove the following line:
 * add_action( ‘wp_head’, array( $this, ‘print_header_style’ ) );
 * Hope that helps.
 *  Thread Starter [purrdesign](https://wordpress.org/support/users/purrdesign/)
 * (@purrdesign)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/removing-inline-css/#post-5001044)
 * Perfect, thank you!
 *  Thread Starter [purrdesign](https://wordpress.org/support/users/purrdesign/)
 * (@purrdesign)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/removing-inline-css/#post-5001123)
 * Update: this no longer seems to work with the newest update. The CSS is as it
   should be in my stylesheet, and yet the custom image I have uploaded doesn’t 
   seem to show up anymore.
 * I’d love to get this CSS out of my header. Please advise…

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

The topic ‘Removing Inline CSS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jquery-pin-it-button-for-images.svg)
 * [jQuery Pin It Button for Images](https://wordpress.org/plugins/jquery-pin-it-button-for-images/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jquery-pin-it-button-for-images/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jquery-pin-it-button-for-images/)
 * [Active Topics](https://wordpress.org/support/plugin/jquery-pin-it-button-for-images/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jquery-pin-it-button-for-images/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jquery-pin-it-button-for-images/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [purrdesign](https://wordpress.org/support/users/purrdesign/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/removing-inline-css/#post-5001123)
 * Status: resolved