• I’m trying to use this code:

    <i class="fa fa-camera-retro"></i>

    but no icon shows up. Is there another trick?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Try <i class="icon-camera-retro"> instead.

    Thread Starter Godaisies

    (@godaisies)

    Thanks for the suggestion! I’m in my page-members.php file and doing that just prints the bare code on the page.

    I know with another theme I’ve used that fa fa-phone wasn’t what the coder used for the website to show the icons. That’s the code that Font Awesome recommends, but it looks like individual themers may choose a different code call.

    Hmm, it works for me. Can you post the contents of page-members.php to Pastebin and post the link here?

    Thread Starter Godaisies

    (@godaisies)

    I only grabbed the immediate code to place in Pastbin:

    http://pastebin.com/zdRdwLb1

    You’ll see the code by Phone. I’m using Advanced Custom Fields to generate the fields.

    On line 29 on your paste I still see <i class="fa fa-phone"></i>. If I change it to <i class="icon-phone"></i> the phone icon displays.

    Thread Starter Godaisies

    (@godaisies)

    Man, that’s so bizarre because I’m looking at the code in my text editor and it’s <i class="fa fa-phone"></i>

    If you change the code to <i class="icon-phone"></i>, save the file, and upload it to your server, you should be good.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to add use icon font?’ is closed to new replies.