Font not printing well on invoices

hi any ideas how i can change the font on my invoices , it seems to be i italics and when i print the invoices its barely readable , any help in changing this to a bold type or standard type would be much appreciated

louise

I think just your notes are italic. If you want to remove the italics, this should work:

.invoice-notes-td em{
    font-style:normal !important;
}

You could also add a grey shaded colour to the notes section just to visually separate it. This is optional, but personally I think it looks better.

.invoice-notes-td {
  background-color: #efefef;  
}

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