Viewing 7 replies - 1 through 7 (of 7 total)
  • install a plugin called “global admin bar hide or remove” …but you should also know that only a user that is logged in will see that bar. It’s only there cause you’re logged in and isn’t showing up for me or any other guests that view your site.

    Moderator cubecolour

    (@numeeja)

    You can remove the WP toolbar for everyone all the time by adding

    add_filter( 'show_admin_bar', '__return_false' );

    To functions.php in your theme.

    To remove the faint line, go into white.css, find the block:

    #header {
    	background-color:transparent;
    	background-image:none;
    	border-bottom:1px solid #E5E5E5;
    }

    and remove the line border-bottom:1px solid #E5E5E5;

    Thread Starter Richmark

    (@richmark)

    Thanks for that, but is there no simple turn-on, turn-off for this toolbar?
    http://richardtoday.com/2011/05/31/1/

    If you are speaking of the WP toolbar, it is only there when you are logged in. The urls you posted don’t show a tool bar so it is difficult to know what is going on.

    Moderator cubecolour

    (@numeeja)

    I thought the solution I gave was simple – and it removes the admin for everyone all the time, however you can also turn if off for specific users in their profile section under the users menu

    Thread Starter Richmark

    (@richmark)

    Thanks for your help guys.

    I like the idea of having the tool bar appear on mouseover. Its existence screws up my designs, but I enjoy the increased productivity it affords by some of its available shortcuts; Add New Page, Edit…

    I found a plugin that achieves this, but can’t remember what or where it was?!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How To Remove Top Bar From My Pages’ is closed to new replies.