Getting rid of the big red banner, how?

Hi, any way to hide the big red banner once I read it as an admin? Thanks.

The solution: listen to it and disable the broken component. Might be worth asking the owner to fix it here if you want to keep using it:

If you really want to hide it and leave the broken component in then you can just put this in a new component but I would really advise against doing so.

.broken-theme-alert-banner {
    display: none;
}
3 Likes

:100: please don’t do this. These banners are big and red for a reason. If they’re ignored, it can have very bad consequences for the functionality of your site.

6 Likes

Issue fixed by the author, thanks.

3 Likes