Last updated: June 26, 2020
Last updated: June 26, 2020
You can add styling to the head section of email templates for the classic email editor. Learn more about styling your template in the inspector.
Please note: this method requires a basic understanding of HTML. Custom HTML isn't supported in the drag and drop email editor.
data-hse-inline-css tag into the head section. You can learn more about what CSS is supported across email clients here.
The code will look something like this, with your own styling added within this tag: <style type="text/css" data-hse-inline-css="true">
td {
font-family: Arial, sans-serif;
}
</style>