Remove the no-js body class
-
What’s the best way to remove the no-js body class?
function bp_remove_no_js( $bp_nouveau ) { remove_filter( 'body_class', array( $bp_nouveau, 'add_nojs_body_class' ), 20, 1 ); } add_action( 'bp_theme_compat_actions', 'bp_remove_no_js' );
I was having trouble with bp and owl carousel’s no-js body class.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.