WP: Hide Admin Bar
// ADMIN BAR TO HIDE DURING DEV html { margin-top: 0 !important; } #wpadminbar { display: none; }