Title: Remove pre-built css
Last modified: September 1, 2016

---

# Remove pre-built css

 *  Resolved [alexmattorr](https://wordpress.org/support/users/alexmattorr/)
 * (@alexmattorr)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/remove-pre-built-css/)
 * I want to completely customize the form, but the pre-built styles that come with
   the plugin are proving quite difficult to work around. Is there anyway I can 
   just remove them from being injected into my build?
 * [https://wordpress.org/plugins/marketo-forms-and-tracking/](https://wordpress.org/plugins/marketo-forms-and-tracking/)

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

 *  Plugin Author [Hutchhouse](https://wordpress.org/support/users/hutchhouse/)
 * (@hutchhouse)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-pre-built-css/#post-7487001)
 * 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
 *  [royjossfolk](https://wordpress.org/support/users/royjossfolk/)
 * (@royjossfolk)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/remove-pre-built-css/#post-7487019)
 * 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?
 *  [royjossfolk](https://wordpress.org/support/users/royjossfolk/)
 * (@royjossfolk)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/remove-pre-built-css/#post-7487020)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/marketo-forms-and-tracking_1489cb.
   svg)
 * [Marketo Forms and Tracking](https://wordpress.org/plugins/marketo-forms-and-tracking/)
 * [Support Threads](https://wordpress.org/support/plugin/marketo-forms-and-tracking/)
 * [Active Topics](https://wordpress.org/support/plugin/marketo-forms-and-tracking/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/marketo-forms-and-tracking/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/marketo-forms-and-tracking/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 3 replies
 * 3 participants
 * Last reply from: [royjossfolk](https://wordpress.org/support/users/royjossfolk/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/remove-pre-built-css/#post-7487020)
 * Status: resolved