Hi is it possible to be able to display instagram font awesome icon for contact page?

    forty
    Hi
    Add this code in custom.css file to add the Insta icon code

    
    .contact .contact-links ul li a .fa-instagram:before {
        content: "\f16d";
    }

    It will show Instagram icon.

    Regards

    Ninja locked the discussion.
    Write a Reply...
    You need to Login to view replies.