@mlreed328
13 years, 9 months ago
That’s actually the WordPress Admin Bar and it resembles the Buddypress Admin Bar. To disable it add this to functions.php:
add_filter( 'show_admin_bar', '__return_false' );