Customization

How to bold data in the Notes section on the invoice?

Last updated: 2021-11-09


If you want to highlight some information on your invoice, you may add them into Notes section bolded.
To do so, go to Settings > Account settings > Print settings > Configuration > Customize print with CSS. All you have to do now is insert a CSS code (below) into frame.

} @media all {
.inv_desc td {font-weight: bold;}
 

How to bold data in the Notes section on the invoice


After that click onto Save button.

Example of said option would be just like the one below:

Sample note bold
 

Back


Comments

Add Comment