Support Forum

Topic: plugin

Browse community answers for this topic or search for a specific issue.

Need remove empty inline style code in header part

developerpluginplugin-siteorigin-css · By Jay Demo · 5 years ago · Reply by Andrew Misplon 5 years ago

Hello Team, Let me know how to remove empty inline style code in header part. Isssue is this: #pg-43-0 { margin-bottom:px } I try below hook but it not work: function siteorigin_panels_remove_inline_css(){ remove_action( ‘wp_head’, ‘siteorigin_panels_print_inline_css’, 12 ); remove_action( ‘wp_footer’, ‘siteorigin_panels_print_inline_css’…