Search Our Database

Disable Avatar in Smartermail Print

Last updated on |
by

You can hide the email header avatars when printing by entering the following code in the Custom CSS section of your Personalization settings.

Just log in as the System Admin and go to Settings > Personalization > Custom CSS tab.

@media print {
.PreviewHeader >
.photo { display:none; }}

This will hide the avatars only on a print of the email.