Invoice customisation help needed please

Hi Folks,

As you can see from the title of the topic I need help with customisation of invoices.

More specifically, Is it possible to hide the logo on an invoice for one client, other than remove it in the design area manually, but would still have it showing as normal on all other invoices.

Many Thanks in advance

D

I would create a separate template, and customise it to add this line of code:

.invoice-logo-container {
    display: none;
}

Remember to change it back on your next invoice though, or it will remain like that for all your invoices

Many Thanks for the reply,

Would that be in CSS and HTML Customisations ?

If so, can’t see an invoice template or do I need to make one from scratch ?

Have a look here:

Opening the CSS editor

Brilliant, Thank you.