Customise client statement

HI
I can’t seem to find how to customise a client’s statement. It says:
ln the printable documents, e.g. payment slips, invoices, and statements use a class called .invoice-text that can be overwritten. In this example we’ve changed the font size, style, and colour.
then inserting text below but I can’t find how to do that.
MY company name is hidden by Statement!

.invoice-text {
    font-size: 12px !important;
    font-family: "Comic Sans MS" !important;
    color: #999999 !important;
}

Hi @ZoeQF

Where have you added the .invoice-text CSS?

Statements are styled differently to invoices. It’s certainly do-able, but it’s through a different area. These can be found by going to Account Settings >> Design Customisation >> Advanced CSS & HTML Customisation.

Many thanks. I think I’ll need to subscribe to the Advanced Customisation.

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