Removing time slots from front end calendar.
Hi,
I would like to remove any timeslots that are taken on a given day in the frontend bootstrap calendar.... Is this possible to not show them instead of just graying them out?
4 Answers
Hi, yes you can do that by adding custom styles. Like this :
.time-disabled { display:none; }
Best regards,
Nikola
Thanks a ton! Could this be an option one day? Because when I update your code I would have to reload the css files.
you're welcome, you can set it inside EA > settings > customize page. There is a option field for that.
Best regards,
Nikola
I added it to settings and they still show up. I’m using ea-bootstrap do i need a different class id?
Hello?
Please login or Register to submit your answer