Dequeue bp-nouveau css
-
I want to dequeue, or override, the bp-nouveau stylesheet. I have tried:
function dequeue_buddypress() { if (!is_admin()) { wp_dequeue_style('bp-nouveau'); wp_deregister_style('bp-nouveau'); } } add_action('wp_enqueue_scripts', 'dequeue_buddypress', 1);
Have also played with priorities from 1 to 99 and tried the handle bp-nouveau-css.
as well as trying to override the css in the theme but neither has worked.
Anyone know how I can get the bp-nouveau css to dequeue?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.