I just started using this great open-source project en love it already.
I want to change font size in the PDF footer. I think it is too large now. I tried several options in custom-pdf.css but no luck. I also want the PDF footer only on the last page (when multiple page invoice is generated). Is this possible?
THX Freek
Hi. I found the solution as follows:
In /assets/core/css/custom-pdf.css I added the following code:
.notes {font-weight: normal; font-style: italic; font-size: 60%; color: #666666;}