En el perfil del restaurante edita y en Meta Data agrega las siguientes líneas.
In the restaurant profile edit and in Meta Data add the following lines.
<div class="col-12">
<a class="link_whats" href="acalinkde__whatsapp" target="_blank">Whatsapp</a>
</div>
en ajustes del admin panel en Custom CSS agregas lo siguiente.
in admin panel settings in Custom CSS add the following.
/whatsapp/
.link_whats {
padding: 0.5rem;
background: linear-gradient(90deg, #78cd1d 0, #58c418 25%, #25b910 50%, #00ae0c 75%, #00a412 100%);
border-radius: 5px;
text-align: center;
display: block;
}
a.link_whats:hover,
a.link_whats:active,
.link_whats {
color: #fff;
text-decoration: none;
}
Si gustas en botón flotante específicamente igual al que mostraste en la imagen envíame algún medio para contactarte y te ayudo con eso ya que es un poco mas complicado.
If you like the floating button specifically the same as the one you showed in the image, send me some means to contact you and I will help you with that since it is a little more complicated.