Change text on scheduled times/dates
Hey.
Great plugin. Could it be possible to change the text and color on a scheduled time?
Let's say I want the scheduled time to be red instead of gray, and instead of the time taken, it should be a text there (I.E "not available" or something).
I tried this CSS for the color, but I couldn't get it to work:
.time-disabled {
background-color: rgb(243, 154, 154);
background-blend-mode: normal;
color: rgb(150, 42, 42);
opacity: 0.33;
}