Change text on scheduled times/dates

Support forumCategory: Feature requestsChange text on scheduled times/dates
vegardbell asked 6 years ago

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;
}
Question Tags:
1 Answers
Nikola Loncar Staff answered 6 years ago
Hi, thanks, regarding CSS you need to go like this:
.ea-bootstrap .time-disabled { 
...
}
Best regards, Nikola