How can I remove the tap to call feature. --------------------------------------- Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .call-us a.btn { display: none; } This will solve your issue.
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .call-us a.btn { display: none; } This will solve your issue.