Notifications - Advanced Page

Created by Doug Stoddart, Modified on Tue, 23 May, 2023 at 5:24 PM by Jorrit Reitsma

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

language customisation

Customising customer documents

setting print type to Thermal

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article