Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Font get changed automatically › Reply To: Font get changed automatically
January 14, 2022 at 10:23 am
#36261
Keymaster
Hi,
At the moment it looks okay to me: https://i.imgur.com/ls8uNHZ.png
Try forcing the font styles via this custom CSS:
.asp_w, .asp_w *, .asp_w input::placeholder {
font-family: "Open Sans" !important;
}
That will force the “Open Sans” font to every search element.