• 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 6 years, 1 month ago by DamirCalusic.
Viewing 1 replies (of 1 total)
  • Plugin Author Craig at Smash Balloon

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

Viewing 1 replies (of 1 total)
  • The topic ‘Remove inline css’ is closed to new replies.