Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Can I edit/disable adminbar.css?ver=3.0.1? (not adminbar.css)


r-a-y
Keymaster

@r-a-y

@zomex – You might want to try this in your theme’s functions.php:

`remove_action( ‘init’, ‘bp_core_add_admin_bar_css’ );

if ( !is_admin() )
add_action( ‘init’, ‘bp_core_add_admin_bar_css’ );`

Untested, but give it a shot.

Actually, based on your report, it’s hard to give a definitive answer. What exactly is breaking in the admin area?

Skip to toolbar