Title: Hide top bar
Last modified: September 22, 2019

---

# Hide top bar

 *  [moshe](https://wordpress.org/support/users/moshe1111/)
 * (@moshe1111)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/hide-top-bar/)
 * Does this extension allow me to hide the top bar for users?
    I want to hide all
   the bar for all users, even in the admin panel, while for the webmaster it will
   not hide at all.
    -  This topic was modified 6 years, 7 months ago by [moshe](https://wordpress.org/support/users/moshe1111/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Northern Beaches Websites](https://wordpress.org/support/users/northernbeacheswebsites/)
 * (@northernbeacheswebsites)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/hide-top-bar/#post-11958183)
 * Hi,
 * Thanks for your kind review.
 * There’s a setting to hide the toolbar on the frontend and this can be found in
   the general settings page. If you also want to hide the toolbar in the admin 
   area you can add custom admin css into the plugin with the following CSS code:
 * #wpadminbar {
    display: none !important; }
 * html.wp-toolbar {
    padding-top: 0px !important; }

Viewing 1 replies (of 1 total)

The topic ‘Hide top bar’ is closed to new replies.

 * ![](https://ps.w.org/wp-custom-admin-interface/assets/icon.svg?rev=1656274)
 * [WP Custom Admin Interface](https://wordpress.org/plugins/wp-custom-admin-interface/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-custom-admin-interface/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-custom-admin-interface/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-custom-admin-interface/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-custom-admin-interface/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-custom-admin-interface/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Northern Beaches Websites](https://wordpress.org/support/users/northernbeacheswebsites/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/hide-top-bar/#post-11958183)