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.
Customising information
You will also note that we customized the name of the Reservation field (highlighted in blue above)
It no longer says Reservation but Reference
We did this using the Language Customisation feature:
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 make 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