PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Custom CSS for LIST field on email notifications

  1. Hi, and thanks to everyone for reading this post.

    I'd like to style the list tables (created from list fields obviously) on email notifications, I can't use {all_fields} tag because I'm using conditional shortcodes. Is there any way to achive this? Actually, is there any way to define custom css for the email notifications? The only way I found is to declare the style for each html element but I can't do this with the list field because it's created by this tag {[Field Name]:[field_id]}.

    Any help would be appreciated. Thanks in advanced.

    Posted 11 years ago on Monday July 9, 2012 | Permalink
  2. David Peralty

    CSS for notifications has to be inline as far as I know. So it would have to be element based. Here is a great article on what you can and can't do with CSS in e-mails (and this applies to notifications as well).

    http://css-tricks.com/using-css-in-html-emails-the-real-story/

    Posted 11 years ago on Monday July 9, 2012 | Permalink