Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #296992

    WebMarketing2020
    Participant

    Where can I find the list for the symbols to add to the counter? It seems that it won’t work with only the mane, but it need the symbol to be entered into the code (i.e. data-x-icon=’’)

    Thanks

    #297617

    Christopher
    Moderator

    Hi there,

    You need to find the unicode representation of this icon by going to Font Awesome’s icon list and find the icon you want and click on it.

    For example check home icon : http://fortawesome.github.io/Font-Awesome/icon/home/
    You see the unicode value for this icon is f015.
    So the markup would be :

    <i class=”x-icon-home” data-x-icon=””></i>

    More information on : https://theme.co/changelog/

    Hope that helps.

    #852569

    mcjensen
    Participant

    Hi there! I’m a newbie at Unicode and would like to understand how you have used it here. I’ve read all the KB articles on the i class and I’m still trying to figure out how to get the image part to populate. I have followed the thread above and looked at all the documentation on Font Awesome. I’m trying to place a retro camera icon in my menu. I can see that the unicode value is f083. How does this translate into the image. Is there something more I need to do?

    Thx

    #852576

    mcjensen
    Participant

    Ok, my apologies. Right after I submitted my comments, I began reading the Changelog again and figured out the unicode. Sorry!

    #852862

    Friech
    Moderator

    Glad you figured it out.

    Cheers! 🙂