Hi there,
Thanks for writing in! SMS and TEL link is working for mobile fine. If you need to remove the tooltip; you can add this under Custom > CSS in the Customizer.
@media only screen and (max-width: 979px) {
.tooltip {
display: none!important;
}
}
Hope this helps.