Add font awesome to tags
3 posters
Page 1 of 1
Add font awesome to tags
Good people from Forumotion.
I want to ask how to add the font awesome symbols to the tags I have.
I leave a tag as an example to add an alert symbol:
That example is a "RULES" tag of the forum, but I also want to add the symbol ->
I hope you can help me, I leave a greeting.
LucianoMicle.
I want to ask how to add the font awesome symbols to the tags I have.
I leave a tag as an example to add an alert symbol:
- Code:
var tags = [
{
tag: 'RULES',
background: 'red'
},
That example is a "RULES" tag of the forum, but I also want to add the symbol ->
I hope you can help me, I leave a greeting.
LucianoMicle.
Last edited by LucianoMicle on September 17th 2019, 11:10 am; edited 1 time in total
Re: Add font awesome to tags
Hey @LucianoMicle,
You can do like this:
Cordially,
pedxz.
You can do like this:
- Code:
var tags = [
{
tag: 'RULES',
background: 'red',
icon: 'fa-danger'
},

Cordially,
pedxz.
Re: Add font awesome to tags
Problem solved & topic archived.
|

» How to install and use Font Awesome
» Font Awesome Update
» How to replace with font awesome
» Font Awesome (Icons)
» Font Awesome in the editor
» Font Awesome Update
» How to replace with font awesome
» Font Awesome (Icons)
» Font Awesome in the editor
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum