Change wording - Due Date

Is there anyway I can change the box that says “Due Date” to “Due By Date” using the standard invoice template?

Thanks

Yes there is :smile:

Take a look here:
http://community.quickfile.co.uk/t/css-transformations/8878

Feel free to ask for help if you need it!

1 Like

Thank you, i think I understand how to do it using the guide you provided but what bit do I actually put that in, i can see in design/theming area there is some preset CSS Templates but there isnt one called customer invoice, only customer statement or purchase invoice.

Would i write the code below into “custom scripts”?

.transform-invLabel_05 {
content: “Due by Date”;
}

If you preview an invoice, go to the style gallery:

Select ‘Customise this style’:

Then pop it somewhere in the CSS editing box:

The system should pick it up, show you a notification and job done :slight_smile:

Thank you, that really helped, i managed to change it and havent broken anything!!!

2 Likes

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