Skip to content

Instantly share code, notes, and snippets.

@Willem-Siebe
Last active July 9, 2017 13:35
Show Gist options
  • Save Willem-Siebe/8c29bcfa791316165127 to your computer and use it in GitHub Desktop.
Save Willem-Siebe/8c29bcfa791316165127 to your computer and use it in GitHub Desktop.
Remove CSS from WooCommerce 2.1 and further, see http://jameskoster.co.uk/snippets/disable-woocommerce-styles/.
// Remove CSS from WooCommerce after version 2.1, see https://gist.github.com/Willem-Siebe/8c29bcfa791316165127.
add_filter( 'woocommerce_enqueue_styles', '__return_empty_array' );
@Willem-Siebe
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment