Colors of Invoice
|
|
I guess the default color of the invoice is that blue-ish background with different colors for the invoice list items and the total bar. Where can I change these colors? I looked at the style sheet but couldnt find in there Thanks |
|
|
[older posts from this thread have been deleted to spare others confusion in the future…i guess that’s what I get for trying to type a response without looking things up properly…] The file you want to edit is the css_document template. The style that controls the background color for invoice and estiamte headers is defined in that template, a few lines down. Look for the section that looks like this:
Remove the “background-color: #{{ doc_details_bg }};” line and the background will now be white. |
|
|
Thank you Sir! That certainly did what I wanted it to |