Status: UP
Deliverability Letter
Important Update

Looking for the Latest Documentation?

We've moved our documentation to a new home! Visit our official docs site for the most up-to-date guides, API references, and tutorials. The below docs are like old and out of date.

How to add custom HTML or change styling of a plain text email

In Bento, we tend to be super opinionated with how we do things out of the box BUT at the same time provide easy methods to override those defaults.

One of the defaults many customers like to change is our plain text email styling and design.

To do this, all you have to do is edit the signature of the author you are sending and add in your custom HTML.

For example, to change the default font size add:

<style>body {font-size: 18px!important;}</style>

Or to set a custom max width just add:

<style>.main-content { max-width: 600px!important;} </style>

For a full list of styles and classes just contact support.