Custom CSS: Difference between revisions

Jump to navigation Jump to search
Line 445: Line 445:
Change the child number in brackets to the desired column.  
Change the child number in brackets to the desired column.  


<code> .bookingtable  th:nth-child(12) {display:none;} </code>
<code> .bookingtable  th:nth-child(12) {display:none;} </code>
 
<code> .bookingtable  td:nth-child(12) {display:none;} </code>  


=== Hide cancelled bookings in the BOOKINGS Table ===
=== Hide cancelled bookings in the BOOKINGS Table ===