text-shadow in Gmail iOS
UnsupportedGmail Mobile · mobile
Fix & Workaround
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
Other Clients
| Client | Support |
|---|---|
| Gmail | Unsupported |
| Gmail Android | Unsupported |
| Outlook 365 | Unsupported |
| Outlook (New) | Unsupported |
| Outlook Classic | Unsupported |
| Outlook iOS | Unsupported |
| Outlook Android | Unsupported |
| Apple Mail | Supported |
| Apple Mail iOS | Supported |
| Yahoo Mail | Supported |
| Samsung Mail | Supported |
| Thunderbird | Supported |
| HEY Mail | Supported |
| Superhuman | Supported |
Related Features
Test your email across all 15 clients
Preview rendering, catch CSS issues, and get actionable fixes — free.
Try Emailens Free