Hello @terrym39. There is a way to add preheader text in your custom code email! You are going to add the following to the style sheet in the Advanced Editor:
span.preheader { display: none !important; } Then you will add this code at the top of the body of your email in the following format: <span class=&"preheader">Preheader text here<&/span>
(with the &'s removed)
Hope this helps!
... View more