Custom CSS: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 170: Line 170:
  #invoiceprinttime{font-size: 12px;}
  #invoiceprinttime{font-size: 12px;}


<br>
=== Hide edit button in the invoice ===
#iconedit {display: none;}
 
= Control Panel =
= Control Panel =
Custom CSS can be added in:
Custom CSS can be added in:
Line 252: Line 254:
=== 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;}
== Invoice ==
Custom CSS can be added in SETTINGS > GUEST MANAGEMENT> STYLING > "Custom CSS"
=== Hide edit button in the invoice ===
#iconedit {display: none;}