Deactivate Default Blue Color Phone Number on Mobile Devise

To remove all auto-formatting for telephone numbers, add this in your Dashboard on Custom Code in

<meta name="format-detection" content="telephone=no">

Phone numbers should be manually format as links then:

<a href="tel:1-408-555-5555">1-408-555-5555</a>
6 Likes