Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 147: | Line 147: | ||
Custom CSS can be added in SETTINGS > GUEST MANAGEMENT > STYLING > "Custom CSS" | Custom CSS can be added in SETTINGS > GUEST MANAGEMENT > STYLING > "Custom CSS" | ||
=== Center invoice on the screen === | === Center invoice on the screen and set overall font size=== | ||
body {text-align: center; font-size: 16px;} | body {text-align: center; font-size: 16px;} | ||