Struggling to see where I can change some sales invoice CSS.
Currently the invoice label says “Notes” above the line description for time based sales items. I’d like to change this from “Notes” to “Narrative”.
I can only see Sales invoice CSS for mobile view. Can anyone advise?
QFBeth
2
Go to invoice style gallery, select the invoice you want to change, then select “customise style”
within the css box editor, which pops up, add this to the end, then save it.
.transform-taskHead_02 {
content: “Narrative”;
}
You can also name the invoice as something different, before saving, like my custom invoice, for example.
You can edit that in the top box of the css editor, where it says, “Style Name”
system
Closed
4
This topic was automatically closed after 4 days. New replies are no longer allowed.