Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 253: | Line 253: | ||
=== Hide a certain colum in the BOOKINGS Table === | === Hide a certain colum in the BOOKINGS Table === | ||
. | .pagetypebookingslist .bookingtable tr > *:nth-child(X) {display: none;} | ||
=== Hide cancelled bookings in the BOOKINGS Table === | === Hide cancelled bookings in the BOOKINGS Table === | ||