Please add this code at the bottom of your functions.php file



if ( !is_admin() ) {
add_filter( 'show_admin_bar', '__return_false', 1000 );
}