Can I hide unit cost/qty in itemised area for estimates and invoices?

Hi @Sparky

You should be able to add the following css to invoices to remove these columns:

.thItems3, .thItems4, .tdItems3, .tdItems4 {
      display:none !important;
}

To access the css editor, click the invoice template box on the invoice preview screen (top left), and then ‘Customise’.

Hope that helps!