Deactivate Default Blue Color Phone Number on Mobile Devise

I am new to Webflow and don’t know coding. How can I prevent my telephone number from showing as a blue link on mobile devices? The phone number is white text on an orange background on the computer and I would like it to be the same on mobile devises. Thanks.

1 Like

@stuzz Can you share your public link so we can observe your problem better please.

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

Sweet! That worked. Thanks Vincent for the very simple directions.

Thanks for your reply. The problem is solved. If you’d like to take a look at my site feel free. It is not finished (just a little fine tuning to do) and I am sure I will need more help as I go on. Critiques are welcome.
https://webflow.com/design/twentyfourskies?preview=fd794e42f4addc20365b43c8e25cd3ac

@stuzz Hi thanks to share your work. I always love to learn people’s problem with their site as well as the result they achieved with their work. You have clean and beautiful site there. Good job.

You are welcome and thank you for the compliment.

You’re very welcome.

<metas> are very interesting, in particular in case of web apps.

You should read this very handy page

1 Like