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;
}