Addresses, Dates, Email addresses, Website names, Times and Phone numbers etc.
We can follow below steps to fixed this problem:
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
2. Overriding Blue Links in Gmail:
<body id=”body”></body>
u + #body a {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
3. Overriding Blue Links in Samsung Mail:
Just like with Gmail, we can target that ID and any links contained within.
#MessageViewBody a {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
.noLinks a {
color:inherit !important;
text-decoration: none !important;
}