XF 2.0 Font awesome in Thread prefixes

FedericoS

Active member
Hello everyone! I have a question about Thread Prefixes: Is possible to add a Font Awesome icon in Thread prefixes like banners text? Thanks in advance :)
1536528983788.webp1536529092325.webp
 
1. Add custom classes to your prefix
29644514417_94f2a8d1a1_o.png

2. Add css to extra.less
CSS:
.label--icon::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f193'
}

Read that for other icons.

That's it!
29644581877_409035002a_o.png
 
Top Bottom