For some reason, the iPhone keeps changing the phone numbers on my site to grey, despite using Drupal 7. I've heard that this is because the iPhone wants to make them stand out for users to interact with. I tried adding the following code to the head
section of the document to prevent this:
<meta name="format-detection" content="telephone=no">
However, it didn't work. I even made sure that CSS forced a white color, but nothing changed.
Is there any solution to prevent the iPhone from altering the color of these phone numbers?