Hi @jh0sz,
You can customize the booking schedule by going to Bookings > Settings > Schedule in your WordPress admin area. You can find more information in the docs here:
http://doc.themeofthecrop.com/plugins/restaurant-reservations/user/config/schedule
If you want to hide all disabled times, you can use the following CSS code:
.picker__list-item--disabled {
display: none;
}
This code
.picker__list-item–disabled {
display: none;
}
does not work in the same day. It’s okay to future dates.
How to fix it?
http://taberna.soutes.com.br/reservas_online/
I want to leave the reservation from 7pm until 9pm. Being that the client can make the reservation with up to 4 hours in advance.
Thanks.
-
This reply was modified 8 years, 6 months ago by
soutes.
Hi @soutes,
I’m sorry, I don’t understand the problem you’re having. When I visit your reservation form, the disabled times are hidden even when the current day is selected.