Client Invoices - remove "From"

Hi
I want to delete ‘From’ in the senders address label on invoices, I have deleted it in CSS but it still appears on the PDF.?

Hi @CliveClive

Add the below to your CSS file should remove it for you:

#lblToPrefix {
    display: none;
}

Is this what you have at the moment?

1 Like

4d

Hi @CliveClive

Add the below to your CSS file should remove it for you:

#lblToPrefix {
    display: none;
}

Is this what you have at the moment?
Yes, this works, Many thanks, Clive.

1 Like

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