Custom CSS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 252: | Line 252: | ||
=== Hide a certain colum in the RATES Table === | === Hide a certain colum in the RATES Table === | ||
.pagetyperates .bookingtable tr> *:nth-child(X) {display: none;} | .pagetyperates .bookingtable tr> *:nth-child(X) {display: none;} | ||
== Invoice == | |||
Custom CSS can be added in SETTINGS > GUEST MANAGEMENT> STYLING > "Custom CSS" | |||
=== Hide edit button in the invoice === | |||
#iconedit {display: none;} | |||