color and table time
Thank you very much for your plugin, which we will certainly use to reserve places in our small toy library for handicapped children. https://www.handmirable.fr/reservation-ludotheque/ I have several problems
1: the available dates are white, I want them to be orange.
2: On the current date, the timetables are displayed, how to hide them?
Thank you for your help
.ea-bootstrap td a { color: #2A6496; } .ea-bootstrap td:visited, .ui-state-active { color: #fff; } .ea-bootstrap td.ui-datepicker-current-day { background-color: #2A6496; }Regarding the current date it will open time table automatically. Best regards, Nikola
so you don't have the time table visible? Best regards
No, it is auto selected on show. I will see what can be done there.
Best regards,
Nikola
Thanks Nikola
Hi, I have a problem with the arrows “prev and next”
I can’t find the css elements
can you help ?
I can’t find the css elements
can you help ?
.ui-datepicker-nextand for previous
.ui-datepicker-prevBest regards, Nikola
Hi,
I tried that request.
.ea-bootstrap td.ui-datepicker-next {
background-color: #fc7e00;
}
but nothing change
best regards,
Hi, try for example:
.ea-bootstrap .calendar.disabled .block { background-color: red; }
In EA Settings > Customize page > Custom styles
Best regards,
Nikola
Thanks Nikola! However, it makes the whole calendar red… 🙁
Can you please take a screen shot with marked part that you want to change. I will write styles for that after I see it.
Best regards,
Nikola
Here you are: https://ibb.co/mvi1V0
The best solution would be the red bar across each unavailable date. If unable to write a style for that, the grayed out background would be fine. Thanks
CSS Class for that is .no-slots so you can add it to custom styles section like this:
.ea-bootstrap .no-slots.no-slots {
background-color: red;
}
Change red color into anything, this is just for testing purpose. 🙂
Best regards,
Nikola
Thanks. However, I tried it but nothing changes… 🙁
try this:
.ea-bootstrap .no-slots.no-slots.no-slots {
background-color: red;
}
That worked!! Thanks
And, which CSS Class for available slots, please? Thank again!
it’s .free 🙂
Best regards,
Nikola
You can do that above shortcode on that page. 🙂
Best regards,
Nikola
Please login or Register to submit your answer