# How to display font awesome icons alongside category?

**URL:** https://meta.discourse.org/t/how-to-display-font-awesome-icons-alongside-category/124470
**Category:** Support
**Created:** [July 31, 2019, 1:02am UTC](https://meta.discourse.org/t/how-to-display-font-awesome-icons-alongside-category/124470 "2019-07-31T01:02:37Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Merlls\_Rizzini](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merlls_rizzini/32/125604_2.png) [@Merlls\_Rizzini](https://meta.discourse.org/u/Merlls_Rizzini)
#### Post date: [July 31, 2019, 2:02am UTC](https://meta.discourse.org/t/how-to-display-font-awesome-icons-alongside-category/124470/3 "2019-07-31T02:02:39Z")

</div>

Hey tshenry. I saw this theme component, but its display all across the forum (and just in the sub-categories), I just want to show it in the category block/list in the Categories page. The only option that Discourse has its to put a .png image.

```
.navigation-categories .category-text-title .category-name{
position: relative;
&:before{
    position: relative;
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    font-weight: 900;
}

```

This is what I’m trying, but with Font awesome icons.

[![](https://global.discourse-cdn.com/meta/original/3X/1/d/1dc2cc596f1867eb6818ae8059910e865f12eef9.jpeg) ](https://global.discourse-cdn.com/meta/original/3X/1/d/1dc2cc596f1867eb6818ae8059910e865f12eef9.jpeg)

Same request:

> [@Category Icons](https://meta.discourse.org/t/category-icons-component/104683/23):
>
> Another request would be having the icon next to the category name on the category page if it’s not a subcategory:

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

---

_[View the full topic](https://meta.discourse.org/t/how-to-display-font-awesome-icons-alongside-category/124470)._
