Custom CSS: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 306: Line 306:
<code>.pagetypebookingslist .bookingtable tr > *:nth-child(X) {display: none;}</code>
<code>.pagetypebookingslist .bookingtable tr > *:nth-child(X) {display: none;}</code>
   
   
Examples:
Examples:
 
<code>.pagetypebookingslist .bookingtable tr > *:nth-child(1) {display: none;}</code> will hide the first column which is 'Number'.
<code>.pagetypebookingslist .bookingtable tr > *:nth-child(1) {display: none;}</code> will hide the first column which is 'Number'.


Line 336: Line 337:


== Settings Menu ==
== Settings Menu ==
=== Hide the "Delete" button for properties ===
=== Hide the "Delete" button for properties ===
<code>.pagetypeproperties .b24btn_delete{display:none;}</code>
<code>.pagetypeproperties .b24btn_delete{display:none;}</code>




==Booking Popup==
==Booking Popup==
===Hide 'Open in new Window' link===
===Hide 'Open in new Window' link===
<code>.pagetypeajaxbookedit.openinnewwindow{display:none;}</code>
<code>.pagetypeajaxbookedit.openinnewwindow{display:none;}</code>


=== Charges & Payments ===
=== Charges & Payments ===
Line 355: Line 352:


=== Functions and Buttons ===
=== Functions and Buttons ===
====Hide the checkout selector====
====Hide the checkout selector====
<code>.pagetypeajaxbookedit #checkout{display:none;}</code>
<code>.pagetypeajaxbookedit #checkout{display:none;}</code>
Line 384: Line 380:


<code>.pagetypeajaxbookedit #bookingtemplate3button{display:none;}</code>
<code>.pagetypeajaxbookedit #bookingtemplate3button{display:none;}</code>


=== Hide Specific Fields ===
=== Hide Specific Fields ===
Line 454: Line 449:


====TAB Detail====
====TAB Detail====
Message
Message


Line 506: Line 500:


<code>.pagetypeajaxbookedit .menusetting-isguest{display:none;}</code>
<code>.pagetypeajaxbookedit .menusetting-isguest{display:none;}</code>


====TAB Mail & Actions====
====TAB Mail & Actions====
Email
Email