• Hi friends
    i used “webmarket” template and there is a number of font awesome on this template .
    but it does not exist “fa-paper-plane” font awesome.
    i add this code by custom css plugin:
    .top-right a[href*=”telegram.com”]::before {
    content: ‘\f1d8’ !important;
    }

    but font awesome image is not displaye in my site.
    the site address: https://www.meroeh.com
    how to i add new font awesome icon to social media icons in my site?

    thank you so much if you help me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, Sara:

    Thanks for starting a new thread. Use this CSS instead:

    
    .zocial-telegram:before {
        font-family: "fontawesome"
        content: "\f1d8";
    }
    
    Thread Starter sara etemad

    (@sara-etemad)

    Hi @crouchingbruin
    Thank you for you help. i used your code but telegram font awesome does not display.
    i read the section of font awesome in this instruction:
    https://www.proteusthemes.com/docs/webmarket/
    but I do not know where I add this shortcode for telegram: [font_awesome icon=”fa-paper-plane”]

    I checked main.css and bootstrap.css in parent theme and i saw it for example: instagram font awesome

    in the main.css:
    .zocial-instagram:before { content: “\00DC”; }

    in the bootstrap.css:
    .fa-instagram:before { content: “?…-”; }

    I think that something like Instagram in the bootstrap.css should be added to your code.
    I will be very grateful if you help me.

    Thread Starter sara etemad

    (@sara-etemad)

    oh i add this code in header.php file

    <script src=”https://use.fontawesome.com/ad524ae67d.js”></script&gt;

    and it fixed.
    thankkkkkkkkkk you soooo much

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to i add new font awesome icon to social media icons in my site?’ is closed to new replies.