• Resolved Etienne

    (@epipo)


    Hello,

    I’d like to disable the CSS loaded by the plugin on the front-end, how would I do that?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi @epipo,

    We have a constant that you can use to exclude our styles. Add this line to your functions.php file.

    // Exclude Easy Form styles.
    if ( ! defined( 'YIKES_MAILCHIMP_EXCLUDE_STYLES' ) ) {
         define( 'YIKES_MAILCHIMP_EXCLUDE_STYLES', true );
    }

    Cheers,
    Kevin.

    Thread Starter Etienne

    (@epipo)

    Awesome, problem solved! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable front-end CSS’ is closed to new replies.