Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #994069

    Adwin L
    Participant
    This reply has been marked as private.
    #994296

    Jade
    Moderator

    Hi there,

    Please try to add this CSS in the style.css file of your child theme:

    .x-icon-plane:before {
        content: "\f072";
    }
    
    .x-icon-facebook-square:before {
        content: "\f082";
    }

    Hope this helps.

    #1002018

    Adwin L
    Participant

    Worked perfectly, thank you!

    #1002399

    Jade
    Moderator

    You’re most welcome.