Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1167733

    WhatsApp Icon does not appears with this code:

    .social_bookmarks_whatsapp a::before, .av-social-link-whatsapp a::before {
    font-family: ‘entypo-fontello’;
    content: ‘\f232’;
    }

    Or this code:

    .social_bookmarks_whatsapp a::before, .av-social-link-whatsapp a::before {
    font-family: ‘entypo-fontello’;
    content: ‘’;
    }

    Any ideas to solve..?

    Thank You Very Much..

    #1167927

    Hey newmediologo,

    You have the wrong quotes in the code above, I adjusted them on your end and the icon showed up.

    Best regards,
    Victoria

    #1167932

    Thank You Very Much Victoria..

    Can You show me the correct code..?

    Thanks

    #1167949

    Hi newmediologo,

    https://share.getcloudapp.com/mXum6K8D this should be like this:

    
    .social_bookmarks_whatsapp a::before, .av-social-link-whatsapp a::before {
    font-family: 'entypo-fontello';
    content: '';
    }
    

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.