With all Pressero plans except Standard*, you are able to customize notification emails.
In order to change the background color in a custom email notification, you will need to know HTML and a little CSS in order to make this change. This is not something our support team can do for you, but you can either do it yourself, or ask Professional Services for an estimate (through support.aleyant.com) to have it done by them.
This is an example of changing the background color to white:
1. After clicking on Customize Email as per instructions in the above article, navigate to the body of the email and click on the source HTML icon (</>).
So you will now see this:
2. Modify style:
Add body,tbody,tr,td {background-color: #ffffff:} after the end bracket of the <style> tag, as shown below.
3. Make sure all references of background-color is white (#ffffff) where applicable. You can keep changing this and saving to see your changes.
4. Save new custom email.
Related Articles: