This topic has 2 replies, 2 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler
Hi,
Can you provide the remove_action for the functions.php file that will remove all inline css from the header.
I am not using the theme options as I am coding my own css file and I wish to not have to use !important for for everything loaded by default via the theme-init.php file.
Thanks
Hello,
Please use this code
remove_action('wp_head', 'etheme_assets');
Regards
You must be logged in to reply to this topic.Log in/Sign up