This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Questions about some items in the "Staff" demo

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

#42122
Ernest MarcinkoErnest Marcinko
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;
}