Title: Remove inline css
Last modified: January 26, 2019

---

# Remove inline css

 *  [DamirCalusic](https://wordpress.org/support/users/webkreativ/)
 * (@webkreativ)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/remove-inline-css-7/)
 * Hi,
 * I would like to know how I can dequeue the inline css from `<head>`?
 * The inline css I would like to remove
 *     ```
       <!-- Instagram Feed CSS -->
       <style type="text/css">
       #sbi_mod_link, #sbi_mod_error{ display: block !important; }
       </style>
       ```
   
 * Best regards.
    -  This topic was modified 7 years, 4 months ago by [DamirCalusic](https://wordpress.org/support/users/webkreativ/).

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Craig at Smash Balloon](https://wordpress.org/support/users/craig-at-smash-balloon/)
 * (@craig-at-smash-balloon)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/remove-inline-css-7/#post-11136618)
 * Hey DamirCalusic,
 * Sure! This should only be added for admins in order to display error messages
   when they occur but you can add this to your functions.php file for your theme
   to always remove it:
 * `remove_action( 'wp_head', 'sb_instagram_custom_css' );`
 * Let me know if you have more questions!
 * – Craig

Viewing 1 replies (of 1 total)

The topic ‘Remove inline css’ is closed to new replies.

 * ![](https://ps.w.org/instagram-feed/assets/icon-256x256.png?rev=2700807)
 * [Smash Balloon Social Photo Feed – Easy Social Feeds Plugin](https://wordpress.org/plugins/instagram-feed/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/instagram-feed/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/instagram-feed/)
 * [Active Topics](https://wordpress.org/support/plugin/instagram-feed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/instagram-feed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/instagram-feed/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Craig at Smash Balloon](https://wordpress.org/support/users/craig-at-smash-balloon/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/remove-inline-css-7/#post-11136618)
 * Status: not resolved