# 如何移除那个大红横幅？

**URL:** https://meta.discourse.org/t/getting-rid-of-the-big-red-banner-how/399461
**Category:** Support
**Created:** [2026年三月27日 19:45 UTC](https://meta.discourse.org/t/getting-rid-of-the-big-red-banner-how/399461 "2026-03-27T19:45:15Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![darkpixlz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/darkpixlz/32/549896_2.png) [@darkpixlz](https://meta.discourse.org/u/darkpixlz)
#### Post date: [2026年三月27日 19:57 UTC](https://meta.discourse.org/t/getting-rid-of-the-big-red-banner-how/399461/2 "2026-03-27T19:57:33Z")

</div>

解决方案：听取反馈并禁用损坏的组件。如果您希望继续使用它，建议联系所有者在此处进行修复：

> [@Chat Sidebar](https://meta.discourse.org/t/chat-sidebar/298829):
>
> information_sourceSummary Opens automatically and displays the chat like a sidebar, as long as space exists, and takes advantage of the heighthammer_and_wrenchRepository [https://github.com/Arkshine/discourse-chat-sidebar](https://github.com/Arkshine/discourse-chat-sidebar)questionInstall Guide [How to install a theme or theme component](https://meta.discourse.org/t/how-do-i-install-a-theme-or-theme-component/63682)open_bookNew to Discourse Themes? [Beginner’s guide to using Discourse Themes](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966) Install this theme component Credits: @Alon1 (sponsored request)[[1]](#footnote-1472026-1) This theme component aims to open…

如果您确实想隐藏它但保留损坏的组件，可以将以下内容放入一个新组件中，但我强烈不建议这样做。

```css
.broken-theme-alert-banner {
    display: none;
}

```

---

_[View the full topic](https://meta.discourse.org/t/getting-rid-of-the-big-red-banner-how/399461)._
