WordPress.org login on Home page

Posted in: Newspaper
Post count: 1

At the very top of my site in the top bar ( in black ), there is a wordpress.org login to the extreme left. How do I remove that

Post count: 75

add to the end of functions.php next code


show_admin_bar(false);
add_filter( 'show_admin_bar', '__return_false', PHP_INT_MAX ); //extra method

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.