Last updated: January 29, 2024
Last updated: January 29, 2024
|
When you're designing an HTML template to use in the classic email editor, you can style your email by including CSS in the head section of your email.
Learn more about styling your template in the inspector.
Please note: this method requires a basic understanding of HTML. Custom HTML is not 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.<style type="text/css" data-hse-inline-css="true">
td {
font-family: Arial, sans-serif;
}
</style>