To change the booking form text color, add this CSS in Bookly > Appearance > Edit custom CSS:
.bookly-form {
color: blue !important;
}
.bookly-form-group > label, .bookly-label-error, .bookly-progress-tracker > .active, .bookly-form .picker__nav--next, .bookly-form .pickadate__nav--prev, .bookly-form .picker__day:hover, .bookly-form .picker__day--selected:hover, .bookly-form .picker--opened .picker__day--selected, .bookly-form .picker__button--clear, .bookly-form .picker__button--today, .bookly-columnizer .bookly-hour span.bookly-waiting-list {
color: blue !important;
}
In this example, the font color will be changed to blue, but you can choose any color you prefer or specify your color in 16-bit format.