• Resolved George

    (@quantum_leap)


    Is there a way to clear all in-built styles so I can apply my own from scratch?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter George

    (@quantum_leap)

    Since the devs have gone AWOL a long time ago, here is how you clear the plugin styles, in case it benefits some users in the future

    define( 'YIKES_MAILCHIMP_EXCLUDE_STYLES', true );
    function dequeue_dequeue_plugin_style(){
    wp_dequeue_style( 'yikes-inc-easy-mailchimp-public-styles' );
    }
    add_action( 'wp_enqueue_scripts', 'dequeue_dequeue_plugin_style', 999 );

    Thread Starter George

    (@quantum_leap)

    Actually, only this is enough:
    define( 'YIKES_MAILCHIMP_EXCLUDE_STYLES', true );

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Clear all styles’ is closed to new replies.