# 欢迎链接横幅 欢迎来到我们的社区 文本颜色编辑

**URL:** <https://meta.discourse.org/t/welcome-link-banner-welcome-to-our-community-text-color-edit/269434>\
**Category:** Support\
**Tags:** welcome-link-banner\
**Created:** [2023年六月23日 16:57 UTC](https://meta.discourse.org/t/welcome-link-banner-welcome-to-our-community-text-color-edit/269434 "2023-06-23T16:57:58Z")\
**Posts on this page:** 4\
**Page:** 1

<div class="post-metadata">

**Author:** ![earbasher](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/earbasher/32/312879_2.png) [@earbasher](https://meta.discourse.org/u/earbasher)\
**Post date:** [2023年六月23日 16:57 UTC](https://meta.discourse.org/t/welcome-link-banner-welcome-to-our-community-text-color-edit/269434/1 "2023-06-23T16:57:59Z")

</div>

我正在为我的社区制作欢迎横幅，并使用了一张深色背景图片。我的主要主题由浅色和深色配色方案组成。我已经能够调整文本和链接图标的颜色，但在切换到浅色配色方案时，“Welcome to our community!”的文本会变成深色，就像 color-primary 一样。在 meta\_banner.welcome 中是否有可编辑的方式来调整颜色以匹配指定的文本颜色？

我还想将 meta\_banner.welcome 的文本更改为“Welcome to [community.meter.me](http://community.meter.me)!”，但尚未成功。文本更改不生效，刷新管理员设置后会恢复为默认文本。

---

<div class="post-metadata">

**Author:** ![earbasher](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/earbasher/32/312879_2.png) [@earbasher](https://meta.discourse.org/u/earbasher)\
**Post date:** [2023年六月23日 17:43 UTC](https://meta.discourse.org/t/welcome-link-banner-welcome-to-our-community-text-color-edit/269434/2 "2023-06-23T17:43:36Z")

</div>

![Screenshot 2023-06-23 at 10.39.32 AM](https://global.discourse-cdn.com/meta/original/4X/4/2/c/42c023f49c21e3a6cac9df53e961fd5928ff3a56.jpeg)

 ![Screenshot 2023-06-23 at 10.02.41 AM](https://global.discourse-cdn.com/meta/original/4X/0/b/e/0be9eb29acb81620650b6acb3d245bbce501f28c.jpeg)

---

<div class="post-metadata">

**Author:** ![earbasher](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/earbasher/32/312879_2.png) [@earbasher](https://meta.discourse.org/u/earbasher)\
**Post date:** [2023年六月26日 22:30 UTC](https://meta.discourse.org/t/welcome-link-banner-welcome-to-our-community-text-color-edit/269434/3 "2023-06-26T22:30:37Z")

</div>

找到了适用于文本颜色的解决方案。使用了 CSS

```css
.welcome-content {
    color: white;
}

```

---

<div class="post-metadata">

**Author:** ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)\
**Post date:** [2023年六月27日 09:11 UTC](https://meta.discourse.org/t/welcome-link-banner-welcome-to-our-community-text-color-edit/269434/4 "2023-06-27T09:11:38Z")

</div>

帖子已拆分为新主题：[翻译字段不起作用](https://meta.discourse.org/t/translation-fields-not-working/269749)
