Skip to main content

text-shadow in Yahoo Mail

SupportedYahoo · webmail

Support Details

text-shadow is stripped by Gmail, Outlook, and Yahoo. Use font-weight for emphasis.

Before

.glow {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

After

.glow {
  /* text-shadow is not supported in Gmail, Outlook, Yahoo.
     Use font-weight or letter-spacing for emphasis instead. */
  font-weight: bold;
  letter-spacing: 0.5px;
}

Use font-weight or border-bottom as alternatives to text-shadow

text-shadow is fully supported in Yahoo Mail. No workarounds needed.

Other Clients

ClientSupport
GmailUnsupported
Gmail AndroidUnsupported
Gmail iOSUnsupported
Outlook 365Unsupported
Outlook (New)Unsupported
Outlook ClassicUnsupported
Outlook iOSUnsupported
Outlook AndroidUnsupported
Apple MailSupported
Apple Mail iOSSupported
Samsung MailSupported
ThunderbirdSupported
HEY MailSupported
SuperhumanSupported

Related Features

Test your email across all 15 clients

Preview rendering, catch CSS issues, and get actionable fixes — free.

Try Emailens Free