Remove the default blue hyperlink from a telephone number when viewed on an iPhone


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. a[href^=tel] { /* css */ }

URL: http://stackoverflow.com/questions/3736807/remove-styling-of-telephone-numbers

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.