Skip to content

Instantly share code, notes, and snippets.

@FrankM1
Created February 19, 2014 17:45
Show Gist options
  • Save FrankM1/9097345 to your computer and use it in GitHub Desktop.
Save FrankM1/9097345 to your computer and use it in GitHub Desktop.
// Disable WooCommerce styles
function radium_dequeue_css_from_woocommerce() {
wp_dequeue_style( "woocommerce-smallscreen" );
wp_dequeue_style( "woocommerce-layout" );
wp_dequeue_style( "woocommerce-general" );
}
add_action('wp_print_styles', 'radium_dequeue_css_from_woocommerce', 100);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment