search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Event Text Font size

Asked by Alberto
1 year ago.

How can i change the size font for the text event ?

Thanks,
Alberto

Answer posted by Dan Letecky [DayPilot]
1 year ago.

When using the default theme, the Scheduler events are marked with "scheduler_default_event" CSS class (the outer div) and "scheduler_default_event_inner" (the inner div):

.scheduler_default_event_inner {
  font-size: 15px;
}

See also:
https://doc.daypilot.org/scheduler/css-classes/

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.