# Discourse Category Headers theme component

**URL:** https://meta.discourse.org/t/discourse-category-headers-theme-component/148682
**Category:** Theme component
**Created:** [April 21, 2020, 1:02am UTC](https://meta.discourse.org/t/discourse-category-headers-theme-component/148682 "2020-04-21T01:02:59Z")
**Posts on this page:** 1
**Showing post:** 169

<div class="post-metadata">

### Author: ![ToddZ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/toddz/32/328350_2.png) [@ToddZ](https://meta.discourse.org/u/ToddZ)
#### Post date: [October 23, 2025, 11:04pm UTC](https://meta.discourse.org/t/discourse-category-headers-theme-component/148682/169 "2025-10-23T23:04:38Z")

</div>

> [@tknospdr](#):
>
> Minor request, can you make the ‘Read more’ link color the same as the rest of the text?  
> …  
> The rest of the text seems to auto select white or black based on the background color. Can you do that for the link too?

This bugged me a little too. A bit of custom CSS does the trick:

```plaintext
// let Category Headers Read More link use same color as summary text

.category-about-url a {
  color: inherit;

}

```

---

_[View the full topic](https://meta.discourse.org/t/discourse-category-headers-theme-component/148682)._
