Okay
  Public Ticket #3768411
FontAwesome custom icon
Open

Comments

  • iforpp started the conversation

    Hello!
    How can i plece my own custom icon here? 

    Attached files:  123444.jpg

  •  1,882
    Judith replied

    Hi there,

    Thanks for writing to us.

    You can add another random social icon and then use CSS to replace the icon with another.

    I hope this proves helpful for you. If you have any more questions or run into any problems, please feel free to reach out.

    Best regards,

  • iforpp replied

    Can you tell me a little more detail, please?

  •  2,966
    Andrew replied

    Hi again,

    Thank you for getting back to us.

    You will have to add any Font Awesome Icon to your site and then you can let us know which icon you have added. You will also need to let us know which icon you want to change then we can share the CSS to help change the icon.

    For example, if you add the CSS below, you will note that the youtube icon changes to a right pointing arrow. From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet: 

    .fa-youtube-play:before {
        content: "\f061";
    }
     

    I hope that clarifies your query.

    Regards,