visibility in Gmail
UnsupportedGmail Web · webmail
Fix & Workaround
Remove the element or use display:none as an alternative.
Before
<div style="visibility: hidden;">
Hidden content for screen readers
</div>After
<!-- For screen readers, use font-size: 0 trick -->
<div style="font-size: 0; max-height: 0; overflow: hidden;
mso-hide: all;" aria-hidden="true">
Preheader text
</div>Use conditional comments or remove hidden content
Other Clients
| Client | Support |
|---|---|
| Gmail Android | Unsupported |
| Gmail iOS | Unsupported |
| Outlook 365 | Supported |
| Outlook (New) | Unsupported |
| Outlook Classic | Unsupported |
| Outlook iOS | Supported |
| Outlook Android | Supported |
| 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