Custom CSS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 192: | Line 192: | ||
=== Hide option to collect credit cards from Booking page if you want to use this option only for requests via Email=== | === Hide option to collect credit cards from Booking page if you want to use this option only for requests via Email=== | ||
<code>.bp2bookcollectpayment .panel-pay-card{display:none;}</code> | <code>.bp2bookcollectpayment .panel-pay-card{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)=== | ||