Dequeue style not working
-
I’m trying to dequeue/deregister the css that is loaded when using the plugin so i can use my own css. But somehow it’s not working. The code I’m using is:
function remove_woof_css() { wp_dequeue_style( 'chosen-drop-down' ); wp_dequeue_style( 'icheck-jquery-color' ); wp_dequeue_style( 'woof' ); } add_action( 'wp_print_styles', 'remove_woof_css', 101 );Any clues?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Dequeue style not working’ is closed to new replies.