# Tag coloured white in white on custom theme

**URL:** https://meta.discourse.org/t/tag-coloured-white-in-white-on-custom-theme/63426
**Category:** Support
**Created:** [26 Mayo, 2017 08:09 UTC](https://meta.discourse.org/t/tag-coloured-white-in-white-on-custom-theme/63426 "2017-05-26T08:09:53Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![philm](https://avatars.discourse-cdn.com/v4/letter/p/54ee81/32.png) [@philm](https://meta.discourse.org/u/philm)
#### Post date: [26 Mayo, 2017 08:09 UTC](https://meta.discourse.org/t/tag-coloured-white-in-white-on-custom-theme/63426/1 "2017-05-26T08:09:53Z")

</div>

Hi there,

at [manjaro.org](https://forum.manjaro.org) we are using following colour scheme:

```
"Manjaro Color Scheme": {
  "primary": "111111",
  "secondary": "f0f0f0",
  "tertiary": "035f1d",
  "quaternary": "035f1d",
  "header_background": "373737",
  "header_primary": "ffffff",
  "highlight": "35BF5C",
  "danger": "e45735",
  "success": "009900",
  "love": "fa6c8d"
}

```

This results however into a white in white tag when scrolling a thread. Our forums software is currently at `v1.8.0.beta13 +23`.

---

<div class="post-metadata">

### Author: ![MakaryGo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/makarygo/32/187426_2.png) [@MakaryGo](https://meta.discourse.org/u/MakaryGo)
#### Post date: [26 Mayo, 2017 08:35 UTC](https://meta.discourse.org/t/tag-coloured-white-in-white-on-custom-theme/63426/2 "2017-05-26T08:35:35Z")

</div>

Hi there 🙂  
I visited your community, and I’m seeing all _tags_ on the grey background. If you can provide some more information I’d be happy to help with CSS 🙂  
EDIT:

Okay, got it now. Add to your CSS

```plaintext
.extra-info-wrapper .discourse-tag.box {
  background-color: #fff;
}

```

And replace #fff with some other color, I personally think green would play nice 🙂 Or you could change it to `text: #yourcolor` to achieve coloured text on white background for tag labels.

---

<div class="post-metadata">

### Author: ![philm](https://avatars.discourse-cdn.com/v4/letter/p/54ee81/32.png) [@philm](https://meta.discourse.org/u/philm)
#### Post date: [26 Mayo, 2017 08:56 UTC](https://meta.discourse.org/t/tag-coloured-white-in-white-on-custom-theme/63426/3 "2017-05-26T08:56:19Z")

</div>

Thx, @MakaryGo. That fixed it.

---

<div class="post-metadata">

### Author: ![MakaryGo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/makarygo/32/187426_2.png) [@MakaryGo](https://meta.discourse.org/u/MakaryGo)
#### Post date: [26 Mayo, 2017 08:57 UTC](https://meta.discourse.org/t/tag-coloured-white-in-white-on-custom-theme/63426/4 "2017-05-26T08:57:02Z")

</div>

Always happy to help 🙂

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [29 Mayo, 2017 09:08 UTC](https://meta.discourse.org/t/tag-coloured-white-in-white-on-custom-theme/63426/5 "2017-05-29T09:08:05Z")

</div>


