Use font icon within the child theme code

Posted in: Newspaper
Post count: 36

Hello,

I am customizing theme using the child theme. How can I use font-icon within the code? I have tried using <i class="fa fa-user"></i> but it doesn’t work. After checking source code in browser, I found you have added icon using <i class="td-icon-logout"></i> etc.

Can you please guide me how to use all Font Awesome icons?

Post count: 22421

Hi,
First you need to install font awesome 4 menus and then read the documentation for it as they have a list of all the icons provided by the plugin and their implementation method: http://fortawesome.github.io/Font-Awesome/icons/
Thank you!

Post count: 36

font awesome 4 menus is a plugin or you are talking about the source? here http://fortawesome.github.io/Font-Awesome/icons/

Post count: 22421

Hi,
It is a plugin, YES. Icons will not work without it. First install the plugin: https://wordpress.org/plugins/font-awesome-4-menus/ and then use the code for the icons from the above reply.
Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.