Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1251778
    markwest
    Participant

    Hi,

    I’m trying to add a couple of icons in to the ‘Footer Content’ area via Customiser.

    I’m adding the following code –

    <i class=”fa fa-phone”></i>
    and
    <i class=”fa fa-envelope-o”></i>

    But the icons aren’t showing up.

    Do I need to add a plugin like ‘Better Font Awesome’ to make this work, I thought FA icon support came as standard with X?

    Hope you help me get this working.

    Thanks

    Mark

    #1251999
    Rupok
    Member

    Hi there,

    Font Awesome is already loaded, you don’t need to import again. Let’s use the shortcode instead of HTML – http://demo.theme.co/integrity-1/shortcodes/icons/

    If you want to use HTML, the it would be like this :

    <i class="x-icon x-icon-phone" data-x-icon="" aria-hidden="true"></i>

    <i class="x-icon x-icon-envelope-o" data-x-icon="" aria-hidden="true"></i>

    You can copy the HTML from the shortcode page by inspecting element.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1251778 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>