the Bento growth platform

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.