Remove the "Navigate to Admin" Bar Completely

Ah, I see. My workaround is probably to hide it with CSS. If you’d like to try, add this one:

#admin-bar-iframe {
  visibility: hidden;
}

I’ve only tested it on the theme’s main CSS file and opened it with one browser.

2 Likes