You can add your own CSS (SASS) to make visual adjustments to documents, like changing colors and font sizes, or hiding specific elements.
How it works
Go to Settings > Documents.
Click Custom CSS.
3. Specifying which document to edit
By default, the styling is applied to all documents. To style a specific document, you can use a parent selector:
&#document.document-quote {
/* styling for quotes */
}
&#document.document-contract {
/* styling for contracts */
}
&#document.document-invoice {
/* styling for invoices */
}
&#document.packing_slip {
/* styling for packing slip */
}