Changing font size and color of Invoice-number.pdf

invoice

Hi there…

Almost happy with invoiceplane… thx a lot for that work… :o)

Now one Question:
Want to change font-size and color of the generated invoice.pdf.
Only “Rechnung 20180318” like in the screenshot.!

Many thanx for help…

BTW: I’m not a css/php-nerd :wink:

in invoiceplane\assets\core\css\custom_pdf.css add something like

.invoice-title {
	font-size: 20px;
	color: #00000;
}

To change the title size and color (up to you to modify it)

1 Like

thanx a lot… it worked… :slight_smile:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.