Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Phone Text Color In Mobile Browsers
08-18-2014, 10:31 PM
Post: #1
Phone Text Color In Mobile Browsers
The text color in all browsers is determined by the link color settings in the VORTEX Control Panel.
In mobile browsers you may want to change the link color from the default link color to prevent the default link color from displaying.

The only way of changing that is through the CSS style link color control as mentioned above. The other way would be to disable the click to call link function so that it shows as normal text.

Try placing this html meta tag before the phone number:
Code:
<meta name="format-detection" content="telephone=no">

If you want to retain say a "click to call" link function but wish to change the link color to a different one for the site overall, you can insert an extra in-line html styling snippet such as:

Code:
<a href="tel:18005551234" style="color: #FF0000">Click To Call</a>
Note: replace #FF0000 with your hex color of choice!
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)