Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 314: Line 314:
===Hide 'Open in new Window' link===
===Hide 'Open in new Window' link===
  .pagetypeajaxbookedit.openinnewwindow{display:none;}
  .pagetypeajaxbookedit.openinnewwindow{display:none;}
=== Charges & Payments ===
====Hide the VAT column====
.pagetypeajaxbookedit .invoicetable1 tr > *:nth-child(5) {display: none;}<br>Please note: This will break the layout a little. See for yourself if you can live it.


=== Functions and Buttons ===
=== Functions and Buttons ===
Line 399: Line 404:
Email (under the Email tab)
Email (under the Email tab)
  .pagetypeajaxbookedit .menusetting-guestemail{display:none;}
  .pagetypeajaxbookedit .menusetting-guestemail{display:none;}


== Miscellaneous ==
== Miscellaneous ==