Title: Remove Admin Bars
Last modified: August 19, 2016

---

# Remove Admin Bars

 *  [rrhodes](https://wordpress.org/support/users/rrhodes/)
 * (@rrhodes)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/remove-admin-bars/)
 * Here’s my admin screen.
 * [http://rhodesreview.com/blog/wp-login.php?loggedout=true](http://rhodesreview.com/blog/wp-login.php?loggedout=true)
 * I got rid of the text at the top (Go Back to ???) but cannot get rid of the dark
   bar at the top, and I added my own footer, but it also turned Dark. I’m wanting
   to modify the WordPress Admin screens to match the rest of my site.
 * Rick

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [mrdthomas](https://wordpress.org/support/users/mrdthomas/)
 * (@mrdthomas)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/remove-admin-bars/#post-1237336)
 * First of your HTML is pretty screwed up on this page. You have 2 sets of opening
   and closing <html><head> and <body> tags which is never good. And it appears 
   the colors you are trying to get rid of are in the color-fresh.css file
 *     ```
       body, #wpbody, .form-table .pre (line 42)
   
       {
   
       color: #333333;
   
       }
   
       body.login (line 689)
   
       {
   
       border-top-color: #464646;
   
       }
       ```
   
 *  [shane-g](https://wordpress.org/support/users/shane-g/)
 * (@shane-g)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/remove-admin-bars/#post-1237376)
 * Hi,
 * Add this code in wp-config.php and have a check:
 * `define( ‘NOADMINBAR’, 1 );`
 * Thanks,
 * Shane G.
 *  Thread Starter [rrhodes](https://wordpress.org/support/users/rrhodes/)
 * (@rrhodes)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/remove-admin-bars/#post-1237518)
 * I’ll fix the HTML. I’m just trying to get the layouts to look right, then I’ll
   clean up the code. The define didn’t seem to work. Not sure why. The color is
   indeed in that CSS file, but I still can’t get rid of it.
 *  [mrdthomas](https://wordpress.org/support/users/mrdthomas/)
 * (@mrdthomas)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/remove-admin-bars/#post-1237601)
 * If you use FireFox you should download the web developer toolbar(if you don’t
   have it already) it helps with locating css attributes.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove Admin Bars’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [mrdthomas](https://wordpress.org/support/users/mrdthomas/)
 * Last activity: [16 years, 10 months ago](https://wordpress.org/support/topic/remove-admin-bars/#post-1237601)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
