I felt it is a little bit smaller font size in dhtmlx scheduler. How can change the font size?
Thanks,
James
Hello,
the scheduler panel font size you can define directly in the div container:
…
In order to change event font size you should redefine the following class:
.dhx_cal_event div{
font-size:8pt;
}
In order to change event font size you should redefine the following class:
.dhx_cal_event div{
font-size:8pt;
}