It is possible to hide the Options section in your booking page. In your Bookeo account:
1. Go to Settings>Colors and Styles
2. in the Custom CSS section at the bottom, paste this code:
.bookeocss #_optionsBox {
display: none;
}
3. Save
It is possible to hide the Options section in your booking page. In your Bookeo account:
1. Go to Settings>Colors and Styles
2. in the Custom CSS section at the bottom, paste this code:
.bookeocss #_optionsBox {
display: none;
}
3. Save