CSS Editing for invoices

Hi

The Invoice style gallery seems to be really good and I would like to make more use of it. One of the things I’d like to do is have the business name in the footer.

I’ve noticed, though, that the CSS editor seems to only allow editing within each class and not adding say the sender address class to the footer region. Is it possible to do this from within the developer tools of the browser?

Thank you for your assistance

Regards

Carl Foster

Are you looking to show business name in Additional Footer Text under invoice style?

Yes as well as address.

Have you tried at Additional Footer Text under invoice style?

Yes it will allow you to modify only classes that already exist, although there are still many tricks you can use to get things to display how you want them. For example within the invoice customisation area you can inject new html elements and then assign styling attributes in the CSS editor.

1 Like

That’s a great trick @Glenn ! Never thought of doing that!

1 Like

I tried that thanks and it does provide a workaround.

1 Like

Glenn,

Is it possible to change the font SIZE of the fixed PDF footer text?

Many thanks

Something like this should work:

<FONT STYLE="font-size: 16pt;">Your footer here!</FONT>