Question

kopogo asked 2 years ago
Question Is it possible that if I select the time it disappears from there and is not visible?
Do not show the selected time?
Mark selected time with a different color? Thank You
2 Answers
Nikola Loncar Staff answered 2 years ago
Hi, it is passible to do that via style. You just add this to custom styles settings:
.time-row .time .time-disabled { display: none; }
regarding selected field and color that can also be changed. Depending on color you want. Best regards, Nikola
kopogo answered 2 years ago
Thank You