omar
omar

Reputation: 9

Adding font-awesome icon in wordpress menu

I am new.I want to to know Font-aewsome Icon adding process in Wordpress menu.I have install font-awesome in my theme.Just want to know process how to add this in Dynamic menu? Thanks

Upvotes: 1

Views: 826

Answers (1)

bring2dip
bring2dip

Reputation: 885

On the menu item, if you open the link, there will be CSS Classes. you can put css class of font-awesome. For example type it in input box of css classes.

 fa-user

It appears on the side of menu link

Upvotes: 1

Related Questions