# Enable font color in hosted Discourse

**URL:** https://meta.discourse.org/t/enable-font-color-in-hosted-discourse/58863
**Category:** Support
**Created:** [March 10, 2017, 10:47pm UTC](https://meta.discourse.org/t/enable-font-color-in-hosted-discourse/58863 "2017-03-10T22:47:40Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Wil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/wil/32/120498_2.png) [@Wil](https://meta.discourse.org/u/Wil)
#### Post date: [March 10, 2017, 10:47pm UTC](https://meta.discourse.org/t/enable-font-color-in-hosted-discourse/58863/1 "2017-03-10T22:47:40Z")

</div>

Hola  
Is there a way to enable font colors in hosted Discourse instances?  
eg through the bbcode plugin?

Thanks

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [March 10, 2017, 10:55pm UTC](https://meta.discourse.org/t/enable-font-color-in-hosted-discourse/58863/2 "2017-03-10T22:55:54Z")

</div>

The BBCode plugin is not part of our plugins packages. Only the Enterprise level allows you to install any plugins you want.

---

<div class="post-metadata">

### Author: ![Wil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/wil/32/120498_2.png) [@Wil](https://meta.discourse.org/u/Wil)
#### Post date: [March 10, 2017, 11:05pm UTC](https://meta.discourse.org/t/enable-font-color-in-hosted-discourse/58863/3 "2017-03-10T23:05:05Z")

</div>

What other options do I have the write with several colors (nothing fancy, blue/red/green etc)?

---

<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: [March 10, 2017, 11:10pm UTC](https://meta.discourse.org/t/enable-font-color-in-hosted-discourse/58863/4 "2017-03-10T23:10:46Z")

</div>

You can use `<ins>` and `<del>` HTML tags if needed for basic highlighting.

---

<div class="post-metadata">

### Author: ![Wil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/wil/32/120498_2.png) [@Wil](https://meta.discourse.org/u/Wil)
#### Post date: [March 10, 2017, 11:35pm UTC](https://meta.discourse.org/t/enable-font-color-in-hosted-discourse/58863/5 "2017-03-10T23:35:06Z")

</div>

Underlined/bold text works as well but when you need to highlight 4+ different elements it’s not enough.  
Also not very beautiful.  
How about allowing the BBcode [color] tag since [b], [u], [s] are already allowed?

---

<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: [March 10, 2017, 11:44pm UTC](https://meta.discourse.org/t/enable-font-color-in-hosted-discourse/58863/6 "2017-03-10T23:44:17Z")

</div>

We have no plans to allow `[color]` at the current time. This is `<ins>` insert tag and this is `<del>` ~~delete tag~~

---

<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: [May 12, 2019, 6:54am UTC](https://meta.discourse.org/t/enable-font-color-in-hosted-discourse/58863/7 "2019-05-12T06:54:01Z")

</div>



---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [May 12, 2019, 11:03pm UTC](https://meta.discourse.org/t/enable-font-color-in-hosted-discourse/58863/8 "2019-05-12T23:03:57Z")

</div>

These days this can be done with a theme component, you could get something like this to work in a theme component:

```plaintext
[wrap=color name=red]
I am in red
[/wrap]

```

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [May 20, 2019, 8:00am UTC](https://meta.discourse.org/t/enable-font-color-in-hosted-discourse/58863/9 "2019-05-20T08:00:17Z")

</div>

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