Custom CSS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 142: | Line 142: | ||
.b24-agencysearchlink{display:none;} | .b24-agencysearchlink{display:none;} | ||
== Invoices == | |||
Custom CSS can be added in SETTINGS > GUEST MANAGEMENT > STYLING > "Custom CSS" | |||
=== Center invoice on the screen === | |||
body {text-align: center; font-size: 16px;} | |||
=== Set font size of property name === | |||
#invoicepropname{font-size: 24px;} | |||
=== Set font size of address === | |||
#invoiceaddress{font-size: 18px; padding-bottom: 50px;} | |||
=== TBC === | |||
#invoicetable{margin-left:auto; margin-right:auto;} | |||
=== TBC === | |||
#invoiceprinttime{font-size: 12px;} | |||