Support » Fixing WordPress » Remove Admin Bars

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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;
    
    }

    Hi,

    Add this code in wp-config.php and have a check:

    define( ‘NOADMINBAR’, 1 );

    Thanks,

    Shane G.

    Thread Starter rrhodes

    (@rrhodes)

    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.

    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.