Last active
October 7, 2015 01:47
-
-
Save jaredkc/3085877 to your computer and use it in GitHub Desktop.
Carrington Build : remove default styles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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