Custom CSS: Difference between revisions

Jump to navigation Jump to search
Marco (talk | contribs)
No edit summary
Line 717: Line 717:
=== Hide the option to unlock invoices===
=== Hide the option to unlock invoices===
<code>.menusetting-invoicelock {display:none;}</code>
<code>.menusetting-invoicelock {display:none;}</code>
=== Hide "Print Booking" on the confirmation screen===
<code>.conf_p{display:none;</code>
=== Hide "Click here to make another booking" on the confirmation screen===
<code>.bookagainlink{display:none;}</code>