Make booked time invisible
We are using this plugin for online appointment booking and we get numerous calls daily from people complaining something is wrong and they cannot book. The problem is the slot turns grey after booking but the time is still visible and people don't realize it is already booked. Is there a way to make the time disappear or perhaps set the time color to the same as the grey booked color so the time is no longer visible? Thank you!
3 Answers
Hi yes there is a a way to do that. Please add this to EA Settings > Customize > Custom styles:
.ea-bootstrap .time-disabled { display: none !important; }Best regards, Nikola
I don’t see Custom Styles in the Customize section of the settings. Perhaps I have an older version of the plugin? Upgrading is a little beyond my comfort level. This is how I have edited some of the settings before using DIVI builder and going into settings on the calendar:
<span>[[ea_bootstrap width=\"800px\" scroll_off=\"true\" layout_cols=\"2\" max_date=\"+4d\" block_days=\"2020-11-26,2020-12-24,2020-12-25,2021-01-01\"]]</span>
Is there code I can add there that will have the same effect? Thank you!
Please login or Register to submit your answer