F FedericoS Active member Sep 9, 2018 #1 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 Spoiler: Example images
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 Spoiler: Example images
S S Thomas Well-known member Sep 10, 2018 #2 1. Add custom classes to your prefix 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! Upvote 0 Downvote
1. Add custom classes to your prefix 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!