Calendar: Event full text on multiple lines instead of being cut at one line + Calendar Table CSS

Can use the dynamic data picker to select these variables/styles from your Server Action if you have them stored in the DB.

:slight_smile:

1 Like

The 3 arrows I pointed to though, are those not only for the actual event style? not the lines around the dates and the datepad numbers?
2021-08-23_01-19-38
I do realise the event styles can be dynamic, even though in my screenshot they were static, but can i edit the line colours etc.
2021-08-23_00-00-13

Yes they are the styles you define in the calendar settings. The line colors can be changed using CSS (have seen this done). @bpj is better at this side of things than me, maybe he has an idea how to format this aspect specifically?

1 Like

I think the following should give you cell borders for each day:

.fc-day {
border: 1px solid silver !important;
}

You can change silver to the colour of your choice, though.

It’s weird because I thought default was for the cells to have borders anyway…

2 Likes

Thank you responding @bpj

:slight_smile:

2 Likes

Can this approach be applied in a standard Event Calendar and, if so, where and how to insert this property?