Hello, To hide the Tap to Call button, you need to paste below CSS code in Custom CSS field located in Dashboard->InkThemes->Theme Options->Styling Options Code: @media only screen and (max-width: 991px){ .taptocall { display: none; } } This will resolve your issue, Warm Regards! Naveen Kolhe InkThemes.com