Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hutchhouse

    (@hutchhouse)

    Hi alexmattorr,

    Sorry for the delay, we’ve not been receiving notifications to our repo inbox.

    The plugin loads the css using wp_enqueue_style so simply us the following to unenque the style from the build:

    wp_dequeue_style('marketo-forms-popout');

    You’ll then have an unstyled plugin/popout!

    John from Hutchhouse

    So I tried applying this to both the functions.php (in my child theme) and also editing the line directly in the hooks.php from the plugin but still does not remove the styling from the form.

    Any further instruction on how to implement this?

    Should I expect that when I refresh my page the the form will have no styling? or will it still have the old styling?

    A better question might be….

    Is this 1 line wp_dequeue_style just for styling pop ups or for just an embedded form on a page?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove pre-built css’ is closed to new replies.