Font Awesome in text

I’m not able to place the FontAwesome icon where the response number is.

.topic-list .num .badge-posts:before { font-family: FontAwesome; content: “\f075”; }

Icons can’t be added that way.

If you want to add an icon:

I believe you can’t with CSS only by default, but you can use this non-official helper:

If you want to replace an icon:

1 Like