The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    Add font awesome to tags

    LucianoMicle
    LucianoMicle
    Forumember


    Posts : 61
    Reputation : 2
    Language : Spanish / English

    Solved Add font awesome to tags

    Post by LucianoMicle September 17th 2019, 5:27 am

    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:
    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
    tikky
    tikky
    Forumember


    Posts : 922
    Reputation : 159
    Language : 🇵🇹

    Solved Re: Add font awesome to tags

    Post by tikky September 17th 2019, 9:17 am

    Hey @LucianoMicle,
    You can do like this:
    Code:
     var tags = [
        {
          tag: 'RULES',
          background: 'red',
          icon: 'fa-danger'
        },
    to help more i needed the code Add font awesome to tags 1f605

    Cordially,
    pedxz.
    LucianoMicle
    LucianoMicle
    Forumember


    Posts : 61
    Reputation : 2
    Language : Spanish / English

    Solved Re: Add font awesome to tags

    Post by LucianoMicle September 17th 2019, 9:45 am

    Hello @pedxz
    It didn't work out.
    tikky
    tikky
    Forumember


    Posts : 922
    Reputation : 159
    Language : 🇵🇹

    Solved Re: Add font awesome to tags

    Post by tikky September 17th 2019, 11:00 am

    pedxz wrote:to help more i needed the code Add font awesome to tags 1f605
    Hello
    LucianoMicle
    LucianoMicle
    Forumember


    Posts : 61
    Reputation : 2
    Language : Spanish / English

    Solved Re: Add font awesome to tags

    Post by LucianoMicle September 17th 2019, 11:10 am

    Hello, I could solve it. Resolved
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: Add font awesome to tags

    Post by skouliki September 17th 2019, 11:36 am

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules


      Current date/time is September 22nd 2024, 9:25 pm