Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2797222
How to add Awesome Fonts in the content?
Closed

Comments

  • LazyBit started the conversation

    Hi dev,

    I know how to add an Awesome Font as an icon to my menu. Any way to insert an Awesome Font anywhere in the content (in a post, at least) without using an external plugin?

  •  2,495
    PenciDesign replied

    Hi,

    Please follow the instruction to insert FontAwesome to your post/page content:

    1. Go to icon list page: https://fontawesome.com/v4.7/icons/

    2. Click to the icon you want to insert, then copy the HTML tag, for example:

    <i class="fa fa-address-book-o" aria-hidden="true"></i>
    

    3. Go to the post/page editor screen, switch to Code Editor/Text mode, then insert the code you copied to the position you want to add.

    Best Regards,
    PenciDesign.

  • LazyBit replied

    It works great, thank you! I think you should add it to documentation.