Hi
I would like to integrate the css for the newsletter and its extensions, such as the newsletter popup in to the css of my theme. I could do that with
the newsletter by adding the following code to the theme’s functions.php:
global $newsletter;
remove_action(‘wp_head’, array($newsletter, ‘hook_wp_head’));
but I couldn’t find out how to do the same for the newsletter popup. Could you please help me with that?
Thanks,
Daniel