Gmail is ignoring "display:none"

css, email, html, html-email

Solution

If `style="display:none"` does not work in Gmail, put `style="display:none !important;"` and it works in Gmail.

Problem

I have a query that Gmail is ignoring `display:none`. What to do? In email HTML for hiding a row or div.

Original source