Custom CSS: Difference between revisions

Jump to navigation Jump to search
Line 575: Line 575:
=== Hide 'Template 2' from Guest Management  > Booking Templates ===
=== Hide 'Template 2' from Guest Management  > Booking Templates ===
<code>.pagetypecommunicationbooktemplate #settingformid .background_boxprop:nth-of-type(2){display:none;}</code>
<code>.pagetypecommunicationbooktemplate #settingformid .background_boxprop:nth-of-type(2){display:none;}</code>
=== Hide the option to unlock invoices===
<code>.menusetting-invoicelock {display:none;}</code>


=NEW CONTROL PANEL=
=NEW CONTROL PANEL=