Hello,
How do I disable the blue hyper links that appear on an iPad for days of the week, times and street addresses? I was able to do this for the phone number by adding a custom attribute:
a [href^=tel] { color: inherit; text-decoration: none; }
I tried doing the same for date and address by changing href^=tel to href^=date
I do not code. I found the help with the phone number by searching online but could not find anything to help with the date and address.
Thanks.