How to dequeue style for EU Cookie Law Widget
-
I’m looking for a method to dequeue the stylesheet for the Cookies and Consent Banner widget. I’ve tried adding
wp_dequeue_style( 'eu-cookie-law-style' );
to my wp_enqueue_scripts hook function, but it has no effect. I also have the following set in my theme, which removes other Jetpack styles successfully:add_filter( 'jetpack_implode_frontend_css', '__return_false', 99 ); add_filter( 'jetpack_sharing_counts', '__return_false', 99 );
Any advice would be appreciated.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to dequeue style for EU Cookie Law Widget’ is closed to new replies.