Hello,
is it possible to show a WhatsApp icon that i got from Flaticon on the lower right corner like on http://www.whatshelp.io ?
Thats when i am scrolling it comes with me? Is it possible to do it only with CSS code?
Thanks
Hey Banshee350,
I’m not seeing the icon/feature you’re referring to on the link you provided.
Best regards,
Jordan Shannon
On https://whatshelp.io/widget when you only choose WhatsApp icon and enter a random number it appears on the right lower corner.
Hi,
I see. For something like this it would really require the services of a freelancer as it is not an out of the box function of the Enfold Theme and implementation goes beyond the scope of the support forums.
Best regards,
Jordan Shannon
I got the icon on the bottom right corner but when i scroll up and down it disappears behind Header and Footer. I tried z-index but doesent works for me.
Hi,
Provide a link to your site so I can have a look.
Best regards,
Jordan Shannon
I am not that far yet with my Homepage cause lack of time. Thats why i still running it local. So there is no link you could acess right now.
Hi,
Could you give us a screenshot of what you’re trying to implement? Do you want the icon to stick, or set it as a fixed element? You can start with this css code:
.whatsapp-icon {
position: fixed;
bottom: 50px;
right: 50px;
z-index: 1000;
}
Make sure that the icon container has the “whatsapp-icon” class attribute.
Best regards,
Ismael