Tagged: x
-
AuthorPosts
-
March 29, 2016 at 5:52 pm #857623
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,
March 29, 2016 at 11:23 pm #858056Hi 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!
March 30, 2016 at 6:18 am #858527I totally worked! thank you! Can you explain to me how? What is this line of code? data-x-icon=”” aria-hidden=”true”?
Thank you
March 30, 2016 at 6:45 am #858579Hi There,
The
character is the cheatsheet you can find on this link: http://fortawesome.github.io/Font-Awesome/cheatsheet/.Hope it helps 🙂
-
AuthorPosts