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

    paigerhyan
    Participant

    Hi there
    I would like to take the icons that are in the footer of my website paigerhyan.com and place them in my email with links through to my social media, i have tried to copy them directly but can’t seem to get the icons (i want it in that colour too). Please can you help me with how i would do this?

    Thanks

    #362953

    John Ezra
    Member

    Hi there,

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    Also since your site is under construction, Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #369491

    paigerhyan
    Participant
    This reply has been marked as private.
    #369651

    Lely
    Moderator

    Hello There,

    Thank you for the admin credentials.
    Icons in X theme is rendered using FontAwesome Icons:https://fortawesome.github.io/Font-Awesome/icons/
    It reference to fontawesome CSS. So when you use it in email, it will not rendered because it is outside of your site. You can’t use webfonts reliably in html emails. Some clients might respect and render them, but the majority don’t. It is advise that you change the icon with an image.

    Please see this:http://stackoverflow.com/questions/17880763/can-i-use-font-awesome-icons-on-emails

    Hope this helps.