Hey there!
1. I’ve managed to implement the icon on the header and footer through several past threads, however couldn’t figure out a way to make the icon look as the rest. I’ve used the following code on the style.css sheet:
#top #wrap_all .av-social-link-Whatsapp:hover a {
color: #fff;
background-color: #000000;
}
It didn’t display the icon neither in normal, nor hover state. The I tried the one I set for the whole collection of icons:
.social_bookmarks_whatsapp a:hover {
background-color: #000000 !important;
}
Still didn’t cause the expected effect. It seems that the Fontello icon is defective, cos’ you can never really make out the phone figure inside. Can you pls help me fix this?
1. Regarding the functionality, I was wondering if there’s a way to make the icon to trigger a phone call when cliked over?
Great thanks in advance!
hacart
btw…here’s a link to my site:
Hi,
I cannot see phone icon and Whatsapp icon. Can you please add them once again and let us know? Alternatively, you can create a temporary admin login and post it here privately so we can look into it.
Best regards,
Yigit
Hey,
The icon is invisible. It’s the fisrt one, right before FB.
Regarding the functionality, I was wondering if there’s a way to make the icon to trigger a phone call when cliked over?
Great thanks in advance!
hacart
Hi,
Your code was not correct. I corrected it and now icon shows up. To add click to call link, please see – https://developers.google.com/web/fundamentals/native-hardware/click-to-call/
Best regards,
Yigit
Problem solved.
Thanks Yigit!
hacart