Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Questions about some items in the "Staff" demo › Reply To: Questions about some items in the "Staff" demo
April 5, 2023 at 2:14 pm
#42122
Keymaster
You may need a bit of custom CSS for that, most of those font sizes are statically set.
This should do the trick:
.asp_select2,
.asp_select2-container,
.asp_select2 *,
.asp_select2-container *,
.asp_select2-container span,
.asp_select2-container ul li {
font-size: 16px !important;
}