Last updated: January 29, 2024
We use cookies to improve HubSpot’s site. Some cookies are necessary for our website and services to function properly. Other cookies are optional and help personalize your experience, including advertising and analytics. You can consent to all cookies, decline all optional cookies, or manage optional cookies. Without a selection, our default cookie settings will apply. You can change your preferences at any time. To learn more, check out our Cookie Policy.
Last updated: January 29, 2024
|
|
Legacy Marketing Hub Basic |
If you're using a coded email template and you're not seeing the preview text while editing your marketing email, it's because your email template is missing a small amount of code.
To fix this, edit your coded email template to include the following piece of code as the first child element in the body tag:
<div id="preview_text" style="display:none;font-size:1px;color:{{background_color}};line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;">{% text "preview_text" label="Preview Text", value="", no_wrapper=True %}</div>
Click Publish changes to publish your changes to your template.