Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Unexpected behaviour when filtering › Reply To: Unexpected behaviour when filtering
January 11, 2022 at 12:23 pm
#36239
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.