Home Forums Newsletter Plugin Support Newsletter Popup

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15312
    Anonymous
    Participant

    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

    #15315
    Stefano
    Keymaster

    See the popup.php file of the extension, at the bottom. Pay attention: the css and js is dynamically generated.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.