Viewing 1 replies (of 1 total)
  • Hi @loopforever,

    I’m not what you ask. But if want to disable the css of woocommerce you can use this code
    add_filter( 'woocommerce_enqueue_styles' , '__return_empty_array' );

    Hope that Work if not, please mention

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Disabling CSS styles of WooCommerce blocks’ is closed to new replies.