• 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 5 years, 2 months ago by moshe.
Viewing 1 replies (of 1 total)
  • Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    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.