# Hoe de basiskleur in de titel uit te schakelen?

**URL:** https://meta.discourse.org/t/how-to-disable-base-color-in-title/235126
**Category:** Support
**Created:** [4 augustus 2022 om 15:17 UTC](https://meta.discourse.org/t/how-to-disable-base-color-in-title/235126 "2022-08-04T15:17:47Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![tmn](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tmn/32/267788_2.png) [@tmn](https://meta.discourse.org/u/tmn)
#### Post date: [4 augustus 2022 om 15:17 UTC](https://meta.discourse.org/t/how-to-disable-base-color-in-title/235126/1 "2022-08-04T15:17:47Z")

</div>

Hello everyone in support box.  
The title of Topic visited will have gray color. I just want same black color. How to disable it function?  
Thank you for your help.

 ![image](https://global.discourse-cdn.com/meta/original/4X/1/c/7/1c74c1c03fe95c5a6b4c39dedd4197ebfa880dc7.png)

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [4 augustus 2022 om 15:43 UTC](https://meta.discourse.org/t/how-to-disable-base-color-in-title/235126/2 "2022-08-04T15:43:32Z")

</div>

It’s because you’ve looked at those Topics.

The links are in “visited” state.

Can I suggest you start to look at your Browsers Inspector? You will see the CSS rules there. Then you can override in your theme.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [4 augustus 2022 om 15:58 UTC](https://meta.discourse.org/t/how-to-disable-base-color-in-title/235126/3 "2022-08-04T15:58:32Z")

</div>

So you don’t want your users to know which topics have new posts in them? That’s a pretty big functionality that you would be removing.

---

<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: [4 augustus 2022 om 16:14 UTC](https://meta.discourse.org/t/how-to-disable-base-color-in-title/235126/4 "2022-08-04T16:14:57Z")

</div>

I’m afraid I don’t know the answer, but I’m on a site that has done this (by accident or by design, I do not know 🙂) and I find it super annoying. 🙂

---

<div class="post-metadata">

### Author: ![tmn](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tmn/32/267788_2.png) [@tmn](https://meta.discourse.org/u/tmn)
#### Post date: [5 augustus 2022 om 02:42 UTC](https://meta.discourse.org/t/how-to-disable-base-color-in-title/235126/5 "2022-08-05T02:42:57Z")

</div>

I know that big function.

Just because When I select primary color, for example dark Blue. The visited title will show Lighter Blue.

Dark Red → will show red

Only pair Black → show Gray still look ok.

Could you help for fix that?

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

---

<div class="post-metadata">

### Author: ![darkpixlz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/darkpixlz/32/549896_2.png) [@darkpixlz](https://meta.discourse.org/u/darkpixlz)
#### Post date: [5 augustus 2022 om 04:07 UTC](https://meta.discourse.org/t/how-to-disable-base-color-in-title/235126/6 "2022-08-05T04:07:36Z")

</div>

Also not sure why you would want to do this, but here you go

```plaintext
.topic-list-main-link a.title, .topic-list .main-link a.title, .latest-topic-list-item .main-link a.title {
    color:var(--primary) !Important;
}

```

I agree with everybody above, thsis would be very annoying to me as an end user but you do you.

---

<div class="post-metadata">

### Author: ![tmn](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tmn/32/267788_2.png) [@tmn](https://meta.discourse.org/u/tmn)
#### Post date: [5 augustus 2022 om 04:48 UTC](https://meta.discourse.org/t/how-to-disable-base-color-in-title/235126/7 "2022-08-05T04:48:25Z")

</div>

Thank so much. It worked like a charm.  
I edited Important; to become important;  
i am really appreciated for your support 😍

---

<div class="post-metadata">

### Author: ![darkpixlz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/darkpixlz/32/549896_2.png) [@darkpixlz](https://meta.discourse.org/u/darkpixlz)
#### Post date: [5 augustus 2022 om 04:49 UTC](https://meta.discourse.org/t/how-to-disable-base-color-in-title/235126/8 "2022-08-05T04:49:05Z")

</div>

Yeah, looks like a typo on my end, sorry!

I recommend putting the end user first, but if this is what you want for your forum go ahead, we cant stop you 🙂

---

<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: [4 september 2022 om 04:49 UTC](https://meta.discourse.org/t/how-to-disable-base-color-in-title/235126/9 "2022-09-04T04:49:48Z")

</div>

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