Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #857623

    acbrent25
    Participant

    Hi,

    I followed some threads on getting icons to work in the top bar, but nothing seems to work for me.

    Here is the code I used: <i class=”x-icon-phone”></i> Call Us 609.683.9300 |<i class=”x-icon-phone”></i Info@macleanagency.com

    Here is the site: http://macleanagency.virtuentmedia.com/

    What am I doing wrong?

    Thank you,

    #858056

    John Ezra
    Member

    Hi there,

    Thanks for writing in! Try the following:

    <i class="x-icon x-icon-phone" data-x-icon="" aria-hidden="true"></i> Call us <a href="tel:6096839300">609.683.9300</a> | <i class="x-icon x-icon-envelope" data-x-icon="" aria-hidden="true"></i> <a href="mailto:Info@macleanagency.com">Info@macleanagency.com</a>

    Hope this helps – thanks!

    #858527

    acbrent25
    Participant

    I totally worked! thank you! Can you explain to me how? What is this line of code? data-x-icon=”” aria-hidden=”true”?

    Thank you

    #858579

    Thai
    Moderator

    Hi There,

    The character is the cheatsheet you can find on this link: http://fortawesome.github.io/Font-Awesome/cheatsheet/.

    Hope it helps 🙂