Remove the big error banner in cPanel

I know the big error banner in cPanel that says “maintenance is underway on your server you will see your site offline until the work has completed, please do not make a support ticket about this. Apologies for the inconvenience” is very annoying. I found a cheat to disable it! It should work with Chrome or Firefox.

  1. In cPanel Right click on the error message. Select Inspect.
  2. Scroll up a little until you find something like this: <div class="navbar-header">.
  3. Right click on that and select Delete Node or Delete element.

Volia! The annoying error message is gone (But you will have to repeat this every time you select a new thing) :slightly_frowning_face:

In case you couldn't understand this, I have included some pictures as a summary.

  1. BTW, The one selected in the picture above is the one you are looking for!

Now, if you take a look at the cPanel again, the error is gone!

Again, I hope this helps some folks!

Thanks,
@wackyblackie

3 Likes

Thanks! This will definitely be helpful.

You can also use a content blocker such as adblock (you don’t necessarily need to block only ads with it)

This way, you won’t have to do it every time you open a new page.

1 Like

To “remove it definitely” you can also use a browser extension like Stylebot and add the following CSS to that page:

.navbar-header {
    display: none;
}

I haven’t tested it because I don’t have that banner in my VPanel but it should work.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.