You can add in custom CSS to perform very fine-grained manipulation of the contents of prints / emails
Hiding information
In this example we have chosen to hide the following two fields:
Here is the result, before and after adding this CSS
Before:
After:
Stage and Type lines removed.
Changing sizes etc
the class for the printout = 'brm-row'
this diagram shows you the ID of many of the key sections:
So for example in the above example I wanted to edit the 'details-table' so I added:
<style type="text/css"> #details-table { font-family:Arial; font-size:5pt; } </style>
into the notifications > advanced section:
See Also
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article