Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 196: | Line 196: | ||
= Invoices = | = Invoices = | ||
Custom CSS can be added in SETTINGS > GUEST MANAGEMENT > STYLING > "Custom CSS" | |||
=== Center invoice on the screen and set overall font size=== | === Center invoice on the screen and set overall font size=== | ||
| Line 206: | Line 206: | ||
=== Set font size of address === | === Set font size of address === | ||
#invoiceaddress{font-size: 18px; padding-bottom: 50px;} | #invoiceaddress{font-size: 18px; padding-bottom: 50px;} | ||
=== Set font size of the invoice table === | |||
.confirmationtable{font-size: 16px;} | |||
=== TBC === | === TBC === | ||