-
Overview
-
Records
-
Settings
-
Tips/Shortcodes
-
- Articles coming soon
You are here:
Print
5 out Of 5 Stars
5 Stars | 100% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
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;
}
Created On
Last Updated On
byThomas Walker
Was this article helpful?
5 out Of 5 Stars
5 Stars | 100% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
Table of Contents