Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 229: Line 229:
*SUB ACCOUNTS > ACCOUNT LIST to apply for all sub accounts
*SUB ACCOUNTS > ACCOUNT LIST to apply for all sub accounts
*SUB ACCOUNTS > ACCOUNT LIST > MANAGE ACCOUNT to apply for a specific sub account
*SUB ACCOUNTS > ACCOUNT LIST > MANAGE ACCOUNT to apply for a specific sub account
== DASHBOARD ==


===Hide the Dashboard selector (drop-down menu) from DASHBOARD===
===Hide the Dashboard selector (drop-down menu) from DASHBOARD===
Line 235: Line 237:
===Hide the "Hamburger" menu from DASHBOARD===
===Hide the "Hamburger" menu from DASHBOARD===
  .dashcontrol .dropdown{display: none !important}
  .dashcontrol .dropdown{display: none !important}
=== Hide a certain colum in the Departures Table on the DASHBOARD===
.mobiledeparture tr > *:nth-child(X) {display: none;}


===Hide the "Add Booking" from mobile DASHBOARD===
===Hide the "Add Booking" from mobile DASHBOARD===
Line 263: Line 268:
=== 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 Departures Table on the dashboard===
.mobiledeparture tr > *:nth-child(X) {display: none;}


=== Hide a certain row in the "Info" tab  on  GUESTS===
=== Hide a certain row in the "Info" tab  on  GUESTS===