Invoice title says Notes rather than Description

Hi team

I have both time event entries and item line entries on some of my invoices. How can I change the time event entries to have a heading of “description” rather than “notes” as it currently is for the item line entries?

Thanks in advance.

Hi @Josh4u

You can change this using CSS transformations.

If you edit your invoice template by clicking on the green box in the top left:

Select ‘Customise this Style’:

Then, at the very bottom of the CSS code, add these lines:

.transform-taskHead_02 {
     content: 'Description';
}

Like so:

Press save, read and acknowledge the message, and job done :slight_smile:

For reference, there’s details on this feature here:

Many thanks for the very prompt reply - that seems to have done the trick.

1 Like