How do I change the font of a selectbar?

How would I change the font of a selectbar?

Hi Steve,

Here is an example for styles.css:

p-selectbutton.form-control {
  font-size: 20px !important;
}

Best Regards,
Vladimir

1 Like