Custom CSS: Difference between revisions

Jump to navigation Jump to search
Line 296: Line 296:
=== Hide a certain colum in the RATES Table ===
=== Hide a certain colum in the RATES Table ===
  .pagetyperates .bookingtable tr> *:nth-child(X)  {display: none;}
  .pagetyperates .bookingtable tr> *:nth-child(X)  {display: none;}
=== Hide a certain colum in the Departues Table on the dashboard===
.mobiledeparture tr > *:nth-child(X) {display: none;}


= Reports =
= Reports =