Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 264: | Line 264: | ||
.pagetyperates .bookingtable tr> *:nth-child(X) {display: none;} | .pagetyperates .bookingtable tr> *:nth-child(X) {display: none;} | ||
=== Hide a certain colum in the | === Hide a certain colum in the Departures Table on the dashboard=== | ||
.mobiledeparture tr > *:nth-child(X) {display: none;} | .mobiledeparture tr > *:nth-child(X) {display: none;} | ||
=== Hide a certain row in the "Info" tab on GUESTS=== | === Hide a certain row in the "Info" tab on GUESTS=== | ||