Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1054380

    Link: https://www.emode.lk/
    Location: Footer
    http://prntscr.com/m7n6aj

    In the footer html i’m using below code:
    Address
    94-2/1, Galle Road, Colombo 06,
    Sri Lanka.

    Contact
    (Email address hidden if logged out)
    <i class=”fas fa-mobile-alt”>+94 762 98 78 78</i>
    <i class=”fas fa-mobile-alt”>+94 762 83 78 78</i>
    <i class=”fas fa-phone-square”>+94 114 33 91 00</i>
    <i class=”fas fa-fax”>+94 114 67 49 49</i>

    Here <i class=”fas fa-mobile-alt”> this kind of code not working.
    I want to add mobile, phone and fax icons for the numbers in the footer.

    #1054423

    Hey prana_aok,

    Did you add the font awesome link to the header.php file?

    Best regards,
    Jordan Shannon

    #1054503

    no i didn’t, also how to do that ?

    #1054611

    Hi,

    Add the following to header.php right before the closing head tag

    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">

    Best regards,
    Jordan Shannon

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