Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 280: Line 280:
  .bookgrid_rowroomname{display: none;}
  .bookgrid_rowroomname{display: none;}


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