This topic has 2 replies, 2 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
As we all know on a mobile device, especially, Apple, when you make your telephone numbers the color you want on your site, they change to blue on a device. SO how do you keep them the way you want? Simple. Add this css snippet to your custom CSS. Works like a charm
a[href^=tel] {
color: inherit;
text-decoration: none;
}
Your telephone numbers will stay the color you want them and not blue, and still be clickable on an IOS device.
Hope this helps.
Hello,
Thank you for sharing this solution.
We appreciate it.
If there are any questions don’t hesitate to contact us.
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up