Change Busy day backgorund color

Support forumChange Busy day backgorund color
Sophia asked 4 years ago
Hi!

Is it possible to change the wording of Location / Services/ Worker in the Booking overview?
2 Answers
Nikola Loncar Staff answered 4 years ago
Hi Sophia, there is option to change those label inside EA Settings > Customize. Best regards, Nikola
capegreg replied 4 years ago

Can you be more specific as to where this customization is and what setting to add? Thanks.

Mario answered 4 years ago
Customize CSS E.g.:  Make busy day GREEN instead of RED   .ea-bootstrap .ui-datepicker .busy, .ea-bootstrap .ui-datepicker .busy:hover {
background-color: rgba(0, 255, 0, 0.5);
color: #fff;
cursor: default;
}
capegreg replied 4 years ago

Where does this go?