Skip to content

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

Number of views: 3172 1 min read
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
 

Was this entry helpful?

Share

Comments