# Make tags look like clickable links

**URL:** https://meta.discourse.org/t/make-tags-look-like-clickable-links/60981
**Category:** Support
**Created:** [2017 年 4 月 14 日午前 11:39 UTC](https://meta.discourse.org/t/make-tags-look-like-clickable-links/60981 "2017-04-14T11:39:36Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Stefan\_Fairphone](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stefan_fairphone/32/119580_2.png) [@Stefan\_Fairphone](https://meta.discourse.org/u/Stefan_Fairphone)
#### Post date: [2017 年 4 月 14 日午前 11:39 UTC](https://meta.discourse.org/t/make-tags-look-like-clickable-links/60981/1 "2017-04-14T11:39:36Z")

</div>

Hello everybody and Happy Easter! 🙂

It seems that people at our Discourse instance [don’t seem to recognize tags as clickable](https://forum.fairphone.com/t/de-gb-the-fp1-makes-no-sounds-at-all/27586/13?u=stefan). Bold script usually is not clickable per-se, so I’m looking for a way to alter the look of inline tags (possibly with CSS?). Ideally they should look the same as any other URL: [#tagging](https://meta.discourse.org/tags/tagging).

How can we achieve that?

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [2017 年 4 月 14 日午後 2:30 UTC](https://meta.discourse.org/t/make-tags-look-like-clickable-links/60981/2 "2017-04-14T14:30:07Z")

</div>

Try:

```
a.hashtag {color: #08c;}

```

but keep in mind that any changes you make on the tag (in a post) will also be done on the categories (the class is the same).  
So if you change color for tags (e.g. #tagging::tag) you change color to all the categories too (e.g. #Support).

---

<div class="post-metadata">

### Author: ![Stefan\_Fairphone](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stefan_fairphone/32/119580_2.png) [@Stefan\_Fairphone](https://meta.discourse.org/u/Stefan_Fairphone)
#### Post date: [2017 年 4 月 15 日午後 12:48 UTC](https://meta.discourse.org/t/make-tags-look-like-clickable-links/60981/3 "2017-04-15T12:48:10Z")

</div>

Thank you very much, I will forward this to the admins! 🙂

---

<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: [2019 年 5 月 25 日午後 8:47 UTC](https://meta.discourse.org/t/make-tags-look-like-clickable-links/60981/4 "2019-05-25T20:47:46Z")

</div>



---

<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: [2019 年 5 月 27 日午後 7:41 UTC](https://meta.discourse.org/t/make-tags-look-like-clickable-links/60981/5 "2019-05-27T19:41:46Z")

</div>


