Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 280: | Line 280: | ||
.bookgrid_rowroomname{display: none;} | .bookgrid_rowroomname{display: none;} | ||
=== Hide a certain | === Hide a certain column in the BOOKINGS Table === | ||
.pagetypebookingslist .bookingtable tr > *:nth-child(X) {display: none;} | .pagetypebookingslist .bookingtable tr > *:nth-child(X) {display: none;} | ||