# Descriptor text / instructions under user custom fields is inconsistent with the core fields

**URL:** https://meta.discourse.org/t/descriptor-text-instructions-under-user-custom-fields-is-inconsistent-with-the-core-fields/286546
**Category:** UX
**Tags:** completed, user-custom-fields
**Created:** [November 24, 2023, 5:27pm UTC](https://meta.discourse.org/t/descriptor-text-instructions-under-user-custom-fields-is-inconsistent-with-the-core-fields/286546 "2023-11-24T17:27:01Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [November 24, 2023, 5:27pm UTC](https://meta.discourse.org/t/descriptor-text-instructions-under-user-custom-fields-is-inconsistent-with-the-core-fields/286546/1 "2023-11-24T17:27:01Z")

</div>

The text under the fields users enter when joining a Discourse site is a nice easy shade of grey.

However, the text under custom user fields is black.

> ![image](https://global.discourse-cdn.com/meta/original/4X/7/8/b/78b5abddbe87fa8ab847fbd2f6c5b0bf9855e9ec.png)

While this is a minor thing (and easily fixed with this CSS), it is a little bit jarring.

```plaintext
// fixes descriptor text/instructions under UCFs
.user-fields .controls .instructions {
    color: var(--primary-medium)
}

```

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [December 1, 2023, 1:37pm UTC](https://meta.discourse.org/t/descriptor-text-instructions-under-user-custom-fields-is-inconsistent-with-the-core-fields/286546/2 "2023-12-01T13:37:53Z")

</div>

Thanks! Devil is in the details 🙂

Fixed by

[https://github.com/discourse/discourse/pull/24665](https://github.com/discourse/discourse/pull/24665)

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [December 4, 2023, 8:00am UTC](https://meta.discourse.org/t/descriptor-text-instructions-under-user-custom-fields-is-inconsistent-with-the-core-fields/286546/5 "2023-12-04T08:00:56Z")

</div>

This topic was automatically closed after 2 days. New replies are no longer allowed.
