Is it possible to override the re-formatting of phone numbers (blue hyperlinks) caused by browser plugins like Google Voice? In certain browsers the phone numbers are appearing formatted as intended (correct theme colors) when a plugin is not overriding the formatting.
I would like to make sure that the phone numbers are displaying in the color that I intend.
Thanks.
P.S. The hyperlinked phone formatting is particularly problematic when it occurs in areas that are formatted with dark backgrounds such as in my footer area which is a very dark grey. The blue hyperlinks become very difficult to read.
I would like to keep the phone number formatting consistent in the various browsers of our visitors.
Hey!
Please use the following to target and style how you like.
a[href^="tel:"] {
text-decoration: none;
}
Let us know if we can do anything else for you.
Regards,
Basilis
Thank Basilis. Where should I be entering that?