Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 517: | Line 517: | ||
Examples: | Examples: | ||
<code>.pagetypebookingslist .bookingtable tr > *:nth-child( | <code>.pagetypebookingslist .bookingtable tr > *:nth-child(2) {display: none;}</code> will hide the first column which is 'Number'. | ||
<code>.pagetypebookingslist .bookingtable tr > *:nth-child( | <code>.pagetypebookingslist .bookingtable tr > *:nth-child(11) {display: none;}</code> will hide the tenth column which is 'Email'. | ||
===Hide column on the BOOKINGS table=== | ===Hide column on the BOOKINGS table=== | ||