Archived topic
number not showing on iphone 13 but does show on 12 under mobile
1 reply · Started by Nicholas on August 16, 2022
the tel number not showing on iphone 13 but does show on 12 under mobile version
please see video walkthrough in private area below.
thanks
its the clinic theme
Hi there,
looks like the iPhone is auto converting the number to a link.
Options:
a) You can use a Hook Element to add the following code into the wp_head hook:
<meta name="format-detection" content="telephone=no">
This will tell the phone to not convert it to a link
or
b) make the phone number an actual link and then you can style that link with CSS.