You can hide the copyright text by editing the CSS for the booking engine. Go to Settings > Booking form > Manage booking forms and click “Edit design”. Then add the following CSS code:
1 |
.book_copyright, #book_copyright_mini { display: none; } |