You can hide the copyright text by editing the CSS for the booking engine. Go to Settings -> Booking engine -> Manage booking engines -> Edit -> Custom CSS. Then add the following CSS code:
1 |
.book_copyright, #book_copyright_mini { display: none; } |