Reducing the font size in the table headings – without changing the rest of the document

Created: 2021-02-15
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 an appropriate CSS code.

To reduce the font size in the table headings (Name of products/service, Discount, Quantity), leaving the rest of the document unchanged, enter this code:

  • Default, Old, Blue, Gray, Sky templates

} @media all{ 
table.main_inv_table th { 
font-size: 100px !important; 
padding: 5px 2px !important; 

table.main_inv_table th.width1 { 
white-space: nowrap; 

  • Plain Plack, Simple templates

} @media all{ 
#pos_table>thead>tr>th{ 
font-size:50px !important; 


 

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

Sign up free


Back


Add Comment