Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Line 253: Line 253:


=== Hide a certain colum in the BOOKINGS Table ===
=== Hide a certain colum in the BOOKINGS Table ===
  .pagetypebookings .bookingtable tr > *:nth-child(X) {display: none;}
  .pagetypebookingslist .bookingtable tr > *:nth-child(X) {display: none;}


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