Skip to content

Instantly share code, notes, and snippets.

@jaredkc
Last active October 7, 2015 01:47
Show Gist options
  • Save jaredkc/3085877 to your computer and use it in GitHub Desktop.
Save jaredkc/3085877 to your computer and use it in GitHub Desktop.
Carrington Build : remove default styles
// Remove default Carrington Build styles, be sure to add theme specific styles instead
function dequeue_build_styles() {
wp_dequeue_style('cfct-build-css');
}
add_action('wp_enqueue_scripts', 'dequeue_build_styles', 999);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment