Custom CSS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 254: | Line 254: | ||
<code>#inputnumchild option:nth-child(n+6){display:none;}</code> | <code>#inputnumchild option:nth-child(n+6){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> | |||
=== Adjust alignment for RTL languages (Arabic, Hebrew)=== | === Adjust alignment for RTL languages (Arabic, Hebrew)=== | ||
| Line 717: | Line 723: | ||
=== Hide the option to unlock invoices=== | === Hide the option to unlock invoices=== | ||
<code>.menusetting-invoicelock {display:none;}</code> | <code>.menusetting-invoicelock {display:none;}</code> | ||