You are here:
Print

When customers use the booking form all the time slots are presented showing the customer the whole booking day. This includes already booked time slots but in a different color which are unselectable.

By hiding a particular class you can remove the displayed “In Use” blocks from showing.

This is done by adding the following into your themes additional custom css settings:

.dp-timebox.is-off, .dp-timebox.is-booked {
    display: none;
}

Was this article helpful?
5 out Of 5 Stars
5 Stars 100%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents