How to change the name of the Buyer field on an invoice

Created: 2021-09-27
Last updated: 2021-09-27

Post view count: 1719

In the system, it is possible to change the name of the Buyer field on invoices.

To do this, go to Settings> Account Settings> Print settings and in the Customize print with CSS field, enter the following code:


}
@media all{ 

span.buyer {
color: #fff;
font-size: 1px; 
}

span.buyer::before {
color: #333;
content: "Buyer";
font-size: 13px;
font-weight: bold;
}


The inscription "Buyer" can be replaced with any other word, e.g. "Payer"

Create unlimited invoices and more with InvoiceOcean. Start your 30-day free trial.

Sign up free


Back


Add Comment