Hello @isak.u ,
Thanks for reaching out to us!
Regarding your request, it’s currently not possible to change the current day’s color directly from the element. However, you can use a workaround by adding a small (e.g., 1x1) Bubble HTML element in your app[image]. Then, include the following CSS in that HTML element:
<style>
.fc .fc-timegrid-col.fc-day-today{
background-color: #f0f8ff !important;
}
</style>
And replace #f0f8ff
with any color you prefer.
As for the time indicator color, there is a field called “Color time indicator” for it, but it appears to be non-functional at the moment. We’ll fix it in the next plugin update. In the meantime, you can also use CSS styling in the HTML element to change it:
<style>
#ID_Attribute .fc {
--fc-now-indicator-color: #008000 !important;
}
</style>
Replace ID_Attribute
with the actual ID attribute of your Air Calendar element[image], and feel free to change #008000
to any color you want.
Could you please try these suggestions on your end and let me know how the work for you or if you have any further unclarities or questions?
Thanks, and I look forward to your response.
Best regards,
Support Team
Browse all Zeroqode Plugins for Bubble
