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..
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
Thank You Very Much Victoria..
Can You show me the correct code..?
Thanks
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