@alex4red
11 years, 4 months ago
Hello,
I’d like to remove the css that loads in my header “admin-bar.min.css” of buddypress http://mysite.com/wp-content/plugins/buddypress/bp-core/css/admin-bar.min.css
It’s doing more worse than good. How do I prevent this from loading?
@mercime
@alex4red just add the following to your theme’s functions.php file.
// Begone BP Admin Bar Style remove_action( ‘bp_init’, ‘bp_core_load_admin_bar_css’, 12 );