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

Reply To: Unexpected behaviour when filtering

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Unexpected behaviour when filtering Reply To: Unexpected behaviour when filtering

#36239
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

It looks like the inherent font is overrriding some of the items from Elementor, at least that is what I am seeing in the console.
Maybe try forcing all of the fonts within the search to myriad pro:

.asp_w, .asp_w *,
span.asp_select2-container ul li {
    font-family: 'Myriad-Pro', myriad-pro, sans-serif !important;
}

That should take care of everything.