Custom CSS: Difference between revisions

Jump to navigation Jump to search
Lesley (talk | contribs)
Line 517: Line 517:
Examples:
Examples:


<code>.pagetypebookingslist .bookingtable tr > *:nth-child(1) {display: none;}</code> will hide the first column which is 'Number'.
<code>.pagetypebookingslist .bookingtable tr > *:nth-child(2) {display: none;}</code> will hide the first column which is 'Number'.


<code>.pagetypebookingslist .bookingtable tr > *:nth-child(10) {display: none;}</code>  will hide the tenth column which is 'Email'.
<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===