Changing the leading color (header bar to white) in Plain Black template
Created:
2021-08-05
Last updated: 2021-11-09
Last updated: 2021-11-09
Post view count: 1576
In order to change the leading color of the menu bar in the Plain Black template to white, go to Settings> Account settings> Print settings (menu on the left), and then at the bottom of the page, in the field Customize print with CSS apply the following CSS code:
Invoice in Plain Black template before changes:

Invoice appearance after applying css code, header bar has been changed to white:

} @media all {
#pos_table th {background-color:white;color:black; border-top:2px solid black;border-bottom:2px solid;black;}
Invoice in Plain Black template before changes:

Invoice appearance after applying css code, header bar has been changed to white:

Create unlimited invoices and more with InvoiceOcean. Start your 30-day free trial.
Sign up freeBack
Add Comment