Translations:Remove Elements from booking page/26/en

From SimplyBook.me
Please note! "Book now" and other buttons that are displayed on top of banner will be hidden as well. The code may not work with some themes.

Please go to Custom Features -> Custom Features and enable Custom CSS feature. Then in this feature Settings or in Custom Features -> Custom CSS paste to Booking page CSS window at the very top the following code:

#main-buttons {
    display: none;
}