【发布时间】:2025-12-16 13:45:02
【问题描述】:
与这个问题类似,How do I remove the blue styling of telephone numbers on iPhone/iOS?
我使用以下代码尝试了该建议,但它不起作用:
[href^="tel"]{
color:inherit;
}
我的问题是我正在将我网站上的一个页面复制到电子邮件(每周通讯)中,而 gmail 正在将其转换为蓝色超链接。即使在添加 [href^="tel"] 之前,它也没有在我的网站上显示为蓝色。我认为没有修复,因为它是通过谷歌发生的?
【问题讨论】:
-
使用这个 css a { text-decoration: none; }
标签: html html-email