Dequeue Frontend Styesheet
-
Thanks for the great plugin!
We already have all the styling we need for our MailChimp forms, as such I’d like to stop this plugin from loading the
yikes-inc-easy-mailchimp-extender-public.min.cssfile.I’ve tried the below function in my child themes functions.php file, but it’s not working. How would I go about achieving this?
add_action( 'wp_enqueue_scripts', 'child_manage_woocommerce_styles', 99 ); function child_manage_woocommerce_styles() { wp_dequeue_style( 'yikes-inc-easy-mailchimp-public-styles-css' ); }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Dequeue Frontend Styesheet’ is closed to new replies.