This article explains how to hide WordPress Admin Bar


Please add this code to Listivo Child Theme functions.php

add_filter('show_admin_bar', '__return_false', 999 );