Bubble Calendar Time AP

Hi People,
Does anyone know how to either remove the time completely OR hide it from the calendar, I just want to show static events that don’t require a specific time OR the AP showing.

Thanks in advance.

It’s OK, I figured it out! Although you can’t actually remove this from the plugin anywhere you can remove/hide it using CSS. code is below for anyone else looking for this.
This plugin is nice from bubble, but there should be an option for formatting the dates/time, unless I missed something.

.fc-event-time { display: none; }

Happy bubble-ing!

1 Like