# Group titles on group pages are white on white

**URL:** <https://meta.discourse.org/t/group-titles-on-group-pages-are-white-on-white/46425>\
**Category:** Bug\
**Created:** [2016年六月24日 22:59 UTC](https://meta.discourse.org/t/group-titles-on-group-pages-are-white-on-white/46425 "2016-06-24T22:59:28Z")\
**Posts on this page:** 7\
**Page:** 1

<div class="post-metadata">

**Author:** ![scombs](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/scombs/32/48616_2.png) [@scombs](https://meta.discourse.org/u/scombs)\
**Post date:** [2016年六月24日 22:59 UTC](https://meta.discourse.org/t/group-titles-on-group-pages-are-white-on-white/46425/1 "2016-06-24T22:59:28Z")

</div>

The group titles on the group pages are white on white now, so not visible. Example: [Discourse team - Discourse Meta](https://meta.discourse.org/groups/team)

I was able to add some CSS to fix it:

```
.user-main .about.group .details {
    color: #000000;
}

```

Was hoping to get an option for “pretty group names” as part of [group related enhancements](https://meta.discourse.org/t/group-related-enhancements/44357). Would like the slug view to stay visible until then.

EDIT: Just noticed on mobile that the title area background is gray, so the white title is visible, but only on mobile.

---

<div class="post-metadata">

**Author:** ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)\
**Post date:** [2016年六月24日 23:32 UTC](https://meta.discourse.org/t/group-titles-on-group-pages-are-white-on-white/46425/2 "2016-06-24T23:32:34Z")

</div>

Hmm, Using desktop I’m not seeing white on white at that page,  
Nor do I see any `details` class ( I do see `user-details` with a `color: rgb(145, 145, 145) ` applied to it)

Is there some custom CSS you have, or maybe you’re running an old version of Discourse?

---

<div class="post-metadata">

**Author:** ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)\
**Post date:** [2016年六月25日 00:31 UTC](https://meta.discourse.org/t/group-titles-on-group-pages-are-white-on-white/46425/3 "2016-06-25T00:31:19Z")

</div>

He’s right – it’s at the top of the page. Highlight with your mouse to find it.

---

<div class="post-metadata">

**Author:** ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)\
**Post date:** [2016年六月25日 01:06 UTC](https://meta.discourse.org/t/group-titles-on-group-pages-are-white-on-white/46425/4 "2016-06-25T01:06:22Z")

</div>

> [@codinghorror](#):
>
> Highlight with your mouse to find it.

lol I did try doing that before, but obviously not in the right place.

Yes, so it is indeed.

---

<div class="post-metadata">

**Author:** ![linc01n](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/linc01n/32/115605_2.png) [@linc01n](https://meta.discourse.org/u/linc01n)\
**Post date:** [2016年六月25日 16:04 UTC](https://meta.discourse.org/t/group-titles-on-group-pages-are-white-on-white/46425/5 "2016-06-25T16:04:01Z")

</div>

This is related to this line:

> <https://github.com/discourse/discourse/blob/ccf9b7067135f37bde23c80456d21b2d1924f858/app/assets/stylesheets/desktop/user.scss#L254>

And this line:

> <https://github.com/discourse/discourse/blob/ccf9b7067135f37bde23c80456d21b2d1924f858/app/assets/stylesheets/desktop/user.scss#L305>

Related to this bug:

> [@Groups heading too dark to read](https://meta.discourse.org/t/groups-heading-too-dark-to-read/32830):
>
> probably a leftover from the dark theme experiments. I can replicate this on my discourse sites too.

and this pull request few days ago:  
[https://github.com/discourse/discourse/pull/4276](https://github.com/discourse/discourse/pull/4276)

Fixed via:  
[https://github.com/discourse/discourse/pull/4290](https://github.com/discourse/discourse/pull/4290)

---

<div class="post-metadata">

**Author:** ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)\
**Post date:** [2016年六月28日 00:29 UTC](https://meta.discourse.org/t/group-titles-on-group-pages-are-white-on-white/46425/6 "2016-06-28T00:29:22Z")

</div>



---

<div class="post-metadata">

**Author:** ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)\
**Post date:** [2016年六月28日 00:29 UTC](https://meta.discourse.org/t/group-titles-on-group-pages-are-white-on-white/46425/7 "2016-06-28T00:29:36Z")

</div>

Thanks @linc01n 🙂
