CSS how to style timepicker options for specific field / view / scene?

Hi

I have one field on a specific page, where I would like to make the font size on the dropdown selections larger.

My problem, is that the selector i use targets all timepicker fields for the entire app.

So my current selecter is #knack-body > div.ui-timepicker-wrapper

But i would like to add a view, scene or field to the selector, so that the styling only affects this specific view, scene or field.

Can it be done?

Hi @Simon7, yes it can! Without me testing it, it would look something like this where you prepend the particular view and field ID.

#view_xx #kn-input-field_yy [Your selector here] {

}

Let me know if that works!