hide the reserved slots

Support forumhide the reserved slots
miert56 Staff asked 7 years ago
I would like to ask if it is possible to hide those slots which are reserved. In other words, only those slots should appear which are free. Regards, Norbert
1 Answers
Nikola Loncar Staff answered 7 years ago
Hi Norbert, yes you can do it by applying some custom style. Paste this into custom style section in EA Settings > Customize :
.time-disabled.time-disabled.time-disabled { display: none; }
Best regards, Nikola
miert56 Staff replied 7 years ago

Thanks a lot!
It works nicely.