Wordpress admin bar replaced set display status of the Toolbar for the front side of your website.
Goto- Appearance-Editor
Open - Functions.php
Just Copy and Paste This Code
<?php show_admin_bar($bool); ?>
Parameters
$bool (boolean) (required ) whether to show the Toolbar
Hide Admin Bar
Functions.php
Copy Paste This Code:
show_admin_bar( false );