Using the New Outlook for Mac for personal email and calendar
Hi Fi,
Hi, thanks for sharing the details! I understand how frustrating it can be when you’ve set a specific color for your hyperlink in your HTML signature, but Outlook still shows it in blue. You’ve done the right thing by adding the style="color:#D72619" attribute, so it’s confusing when it doesn’t behave as expected.
The reason this happens is that Outlook for Mac uses Word-based rendering for emails, and it applies its own default styles to hyperlinks. This means that even if you specify a color in your HTML, Outlook often overrides it with its standard blue link style. It’s a limitation of how Outlook handles email signatures rather than an issue with your HTML code.
Alternatively, you can set the link to inherit the parent color:
<td style="color:#D72719; font-family:Arial,sans-serif; font-size:14px; line-height:140%;">
<a href="http://google.com" style="color:inherit !important
Let me know how it goes, Happy to help!