Forums
Forums / Plugin: Smash Balloon Social Photo Feed – Easy Social Feeds Plugin / Remove inline css
(@webkreativ)
7 years, 4 months ago
Hi,
I would like to know how I can dequeue the inline css from <head>?
<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.
(@craig-at-smash-balloon)
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
The topic ‘Remove inline css’ is closed to new replies.