Turn off the styles included with the plugin - Code Parrots

Knowledge Base

Turn off the styles included with the plugin

Article Last Updated: March 4, 2021

In special circumstances you may want to exclude the styles bundled with this plugin. You can do this by defining a constant in your functions.php file.

Example:
if( ! defined( 'YIKES_MAILCHIMP_EXCLUDE_STYLES' ) ) { define( 'YIKES_MAILCHIMP_EXCLUDE_STYLES', true ); }

Once added to your functions.php file, you will no longer see our stylesheet loaded onto your page or affecting your form.