Modification of the header and signatures at the bottom of the invoice

Created: 2021-02-17
Last updated: 2021-04-07

Note! Please remember that the following changes are visible only on the printout or in the PDF generated from the system.

In order to change any element of the invoice on the printout, go to the Settings> Account settings> Print settings tab, and then at the bottom of the page fill in the field Customize print with CSS with the appropriate CSS code.

In order to modify the headings of signatures at the bottom of the invoice (add notes to them), you need to use the following code (the given contents are examples):

Default, Blue, Old templates:

 

.split_three tr td:first-child strong:before { content: 'Oświadczenie i '; margin-bottom: 5px; }

 

.split_three tr td:last-child strong:after { content: '- osoby upoważnionej do wystawiania faktury VAT'; margin-bottom: 5px; }


 

Gray, Plain black templates


#seller_sign > p > span:after { content: ' - osoby upoważnionej do wystawiania faktury VAT'; margin-bottom: 5px; }

#buyer_sign > p > before { content: ' - Oświadczenie i '; margin-bottom: 5px; }

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

Sign up free


Back


Add Comment