• Resolved brad2dabone

    (@brad2dabone)


    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)
  • Plugin Support MadHatter (a11n)

    (@madhattersez)

    Hello, there.

    Layout, design, or any custom code is definitely outside the scope of our support since we only develop the Jetpack plugin itself, not WordPress at large. The best options for help on that would be your theme’s developer or to consult with another developer / designer.

    That being said, the theme’s developer will usually the best place to reach out to first.

    So, we wouldn’t be able to help you with that directly, but I hope this points you in the right direction!

Viewing 1 replies (of 1 total)
  • The topic ‘How to dequeue style for EU Cookie Law Widget’ is closed to new replies.