CSS Notifications question

Does Gravity Forms Notifications customization for emails limit us to only inline CSS or can we make declarations of CSS at the top of the notifications, if so; do we declare the CSS just with <style> </style> even without a <head> existing?

Hi Frank,

For the best compatibility with multiple email clients, you must use inline css. Not all email clients recognize or interpret style blocks. The support for external or embedded style sheets is spotty at best across different clients, so the best way to confirm is, honestly, just to test and see if it works for your different clients.

This article from Litmus discusses Gmail’s support for external and embedded style sheets: Understanding Gmail and CSS - Litmus

Please note that some email clients immediately spam or restrict any external links for obvious reasons.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.