Active color
How can I adjust the active color of May 30th as active selection? The hoover over I got, but the active in blue I would like to change in color as shown in background of 16:00 1 Answers
Hi Adrie, can you please tell me what color is that one? Go t EA Settings > Customize part and in Custom stlyes put something like this for example:
.ea-bootstrap.ea-bootstrap .selected-time, .ea-bootstrap.ea-bootstrap .selected-time:hover {
background-color: brown;
color: white;
}
Best regards,
NikolaPlease login or Register to submit your answer