Font and Font Size Change in Lightbox fields and labels

Hi,

Sorry it is a basic question but I couldn’t manage to land on right solution for changing font and font size in lightbox fields and labels in a scheduler. Please see attached image.

So how do I change this?

Thanks in advance.

Hi,
you can use following css classes/*labels*/ .dhx_cal_light{ } /*event text*/ .dhx_cal_light .dhx_cal_ltext{ } /*selects*/ .dhx_cal_light select{ }

Thanks Aliaksandr :slight_smile: