How to change "Issue date" to read "Invoice date"

I would like to change the wording “Issue date” on my Invoice to read “Invoice date”

Is this possible?

And if so, how?

Thanks. Philip C

Hi @philipc

It certainly is possible :slight_smile:

Firstly, open your invoice style gallery by previewing an invoice and clicking the green button in the top left.

Then, where you see your current style, select “Customise this style”.

In the editor, just add this somewhere:

.transform-invLabel_04 {
    content: "Invoice date";
}

Save, and it should be changed for you.

This topic was automatically closed after 7 days. New replies are no longer allowed.