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

Reply To: Increase the size of Frontend Categories Elements

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Increase the size of Frontend Categories Elements Reply To: Increase the size of Frontend Categories Elements

#27183
Ernest MarcinkoErnest Marcinko
Keymaster

Oh okay, I thought you wanted to change the width.

The font sizes are mostly inherent from the theme, but you can use these custom CSS codes to change their sizes:

/* Legend size */
div.asp_w.asp_sb.searchsettings fieldset legend {
    font-size: 16px !important;
}

/* Checkbox option size */
.asp_option_label {
    font-size: 16px !important;
}