• Hello all,
    admin toolbar consists of two parts:
    1) wp-admin-bar-root-default with the name of the site, the number of comments and “+ New”.
    2) wp-admin-bar-top with the secondary name of the user logged in.

    I would like to disable only the first part.

    Side site I did it with CSS:

    #wp-admin-bar-root-default {
    ?? display: none! important;
    }

    but when access to the backend appears.

    How can I fix this?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable the admin toolbar’ is closed to new replies.