Remove WordPress admin bar CSS
Posted in: WordPressThe WordPress admin bar is very useful but the CSS that WordPress adds gets in the way with some themes. This is an easy way to remove it – just add this snippet to your functions.php or a utility plugin:
add_theme_support('admin-bar', array('callback' => '__return_false'));