Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 240: | Line 240: | ||
=== Hide a certain colum in the BOOKINGS Table === | === Hide a certain colum in the BOOKINGS Table === | ||
.pagetypebookings .bookingtable tr > *:nth-child(X) {display: none;} | .pagetypebookings .bookingtable tr > *:nth-child(X) {display: none;} | ||
=== 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;} | ||