Colors of Invoice

Subscribe to Colors of Invoice 3 post(s), 2 voice(s)

 
Avatar Abbas Jaffar Ali 6 post(s)

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

 
Avatar Seth - Subimage LLC Administrator 445 post(s)

[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:

.document_details {
  padding: 10px;
  background-color: #{{ doc_details_bg }};
  margin-bottom: 10px;
  margin-top: 10px;
  color: #{{ doc_details_text }};
}

Remove the “background-color: #{{ doc_details_bg }};” line and the background will now be white.

 
Avatar Abbas Jaffar Ali 6 post(s)

Thank you Sir!

That certainly did what I wanted it to