Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #857348

    Osvaldo S
    Participant

    Hello friends, it is possible to change the icon of Pinterest for an icon of an Envelope using not a png file, but the font X uses for icons?

    I tried this code

    .x-icon-pinterest-square:before {
    content: "<i class="fa fa-envelope-o"></i>";
    }

    but it doesn’t work…

    Can you please, help me?

    #857896

    Christian
    Moderator

    Hey there,

    Please use

    .x-icon-pinterest-square:before {
        content: url(http://icons.iconarchive.com/icons/paomedia/small-n-flat/24/envelope-icon.png);
    }

    Hope that helps. ๐Ÿ™‚

    #857957

    Osvaldo S
    Participant

    I’ve seen that solution on the forum already, but it is not this I was looking for…

    I think it would be great if it was possible to use an x icon instead, from the font they use, that is responsive and flexible.

    But thanks for the answer anyway. ๐Ÿ™‚

    #858162

    John Ezra
    Member

    Youโ€™re most welcome!