# Hoe de letterkleur in categorieoverzichten te wijzigen?

**URL:** https://meta.discourse.org/t/how-to-change-the-font-color-in-category-overviews/163688
**Category:** Support
**Created:** [10 september 2020 om 21:57 UTC](https://meta.discourse.org/t/how-to-change-the-font-color-in-category-overviews/163688 "2020-09-10T21:57:13Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Tin\_Tin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tin_tin/32/178770_2.png) [@Tin\_Tin](https://meta.discourse.org/u/Tin_Tin)
#### Post date: [10 september 2020 om 21:57 UTC](https://meta.discourse.org/t/how-to-change-the-font-color-in-category-overviews/163688/1 "2020-09-10T21:57:13Z")

</div>

Hi! I wonder if someone can help me out. I’ve searched all the documentation but I can’t seem to find a the CSS to **change the font colors in the category overviews**. Currently it’s light grey, which is hard to read–I’d love to simply make the font black. Thanks for helping a beginner 🙂

 ![Screen Shot 2020-09-10 at 23.42.49](https://global.discourse-cdn.com/meta/original/3X/5/4/54bf1afc81aaa039a6d9e44c2bf6579a9caab9f7.png)

Cheers, Thomas

---

<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: [10 september 2020 om 23:16 UTC](https://meta.discourse.org/t/how-to-change-the-font-color-in-category-overviews/163688/2 "2020-09-10T23:16:44Z")

</div>

The font is grey because it indicates that you have read this topic. It helps differentiate read/unread topics.

This is the default CSS:

```css
.topic-list-item.visited a.title:not(.badge-notification), .latest-topic-list-item.visited a.title:not(.badge-notification), .category-topic-link.visited a.title:not(.badge-notification) {
    color: var(--primary-medium);
}

```

You can replace `--primary-medium` by other color variables, such as:

```plaintext
--primary
--primary-high
--primary-high-or-secondary-low
--primary-low
--primary-low-mid
--primary-low-mid-or-secondary-high
--primary-low-mid-or-secondary-low
--primary-med-or-secondary-high
--primary-med-or-secondary-med
--primary-medium
--primary-or-primary-low-mid
--primary-very high
--primary-very low
--primary-low-rgb
--primary-rgb

```

 ![image](https://global.discourse-cdn.com/meta/original/3X/e/7/e73a46910a694b054b150b69d3e053df8beb0053.png)

Or by a custom color.

---

<div class="post-metadata">

### Author: ![Tin\_Tin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tin_tin/32/178770_2.png) [@Tin\_Tin](https://meta.discourse.org/u/Tin_Tin)
#### Post date: [11 september 2020 om 08:56 UTC](https://meta.discourse.org/t/how-to-change-the-font-color-in-category-overviews/163688/3 "2020-09-11T08:56:47Z")

</div>

Dear @Canapin — many thanks. Awesome. That’s very helpful!  
Solved!  
Greetings, Thomas

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [11 oktober 2020 om 09:08 UTC](https://meta.discourse.org/t/how-to-change-the-font-color-in-category-overviews/163688/4 "2020-10-11T09:08:55Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
