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

Reply To: Two dropdown menus for blog selection

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Two dropdown menus for blog selection Reply To: Two dropdown menus for blog selection

#52715
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Try this custom CSS to force the correct font:

.asp_ss,
.asp_ss * {
    font-family: "Montserrat", Sans-serif !important;
}

As for the options, it should show anything that matches. I suspect there is either a category based inclusion or exclusion in effect that may apply when no category filter is selected. Can you please make sure that nothing is excluded nor included?